cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/document/v1/drive/{driveId}/permission \ --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>" }
Lists the permissions applied on a Drive file.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the file
The security code
The G Suite domain
A ApiDrivePermissionList response
Show child attributes