cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/folder/v1/folders/{folderId}/permissions \ --header 'Authorization: Bearer <token>'
{ "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 }
The access token received from the authorization server in the OAuth 2.0 flow.
The security code
The G Suite domain
A ApiFolderDrivePermissions response
Collection of Drive permissions. See ApiDrivePermission
Show child attributes
Whether the attachments of the documents are explicitly marked as restricted to download, copy and print for readers and commenters