Skip to main content
POST
/
folder
/
v1
/
folders
/
{folderId}
/
permissions
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/folder/v1/folders/{folderId}/permissions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "drivePermissions": [
    {
      "additionalRoles": [
        "<string>"
      ],
      "allowlisted": true,
      "belongsToDomain": true,
      "email": "<string>",
      "googleEmailAddress": true,
      "kind": "<string>",
      "name": "<string>",
      "permissionId": "<string>",
      "role": "<string>",
      "thumbnailPhotoUrl": "<string>",
      "type": "<string>",
      "withLink": true
    }
  ],
  "kind": "<string>",
  "restrictedDownload": true
}
'
{
  "drivePermissions": [
    {
      "additionalRoles": [
        "<string>"
      ],
      "allowlisted": true,
      "belongsToDomain": true,
      "email": "<string>",
      "googleEmailAddress": true,
      "kind": "<string>",
      "name": "<string>",
      "permissionId": "<string>",
      "role": "<string>",
      "thumbnailPhotoUrl": "<string>",
      "type": "<string>",
      "withLink": true
    }
  ],
  "kind": "<string>",
  "restrictedDownload": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

folderId
string
required

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Body

application/json
drivePermissions
object[]

Collection of Drive permissions. See ApiDrivePermission

kind
string
restrictedDownload
boolean

Whether the attachments of the documents are explicitly marked as restricted to download, copy and print for readers and commenters

Response

200 - application/json

A ApiFolderDrivePermissions response

drivePermissions
object[]

Collection of Drive permissions. See ApiDrivePermission

kind
string
restrictedDownload
boolean

Whether the attachments of the documents are explicitly marked as restricted to download, copy and print for readers and commenters