drive_update_permissions
Update an existing permission on a Google Drive file to change a user's access role, with a required confirmation to apply the change.
Instructions
Update an existing permission on a Google Drive file. Requires confirm: true as a safety gate since permission changes affect access control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | New role | |
| fileId | Yes | The file ID | |
| confirm | No | Set to true to confirm permission update | |
| accountId | Yes | The Google account ID, alias, or email | |
| permissionId | Yes | The permission ID to update |