drive_resolve_access_proposal
Resolve access proposals on Google Drive by accepting or denying requests to grant or restrict file permissions.
Instructions
Approve or deny an access proposal on a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Permission role if accepting (reader, writer, commenter) | |
| action | Yes | Whether to accept or deny the proposal | |
| fileId | Yes | The file ID | |
| proposalId | Yes | The access proposal ID | |
| sendNotification | No | Send notification email (default true) |