share_drive_file
Grant access to Google Drive files by setting permissions like reader, commenter, or writer, and optionally notify the recipient.
Instructions
Share a Google Drive file by adding a permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Permission role. | |
| type | Yes | Permission type. | |
| No | Email address of the person to share with (for type=user or type=group). | ||
| account | Yes | Account id. | |
| file_id | Yes | Google Drive file ID. | |
| send_notification | No | Send notification email (default true). | |
| notification_message | No | Optional message included in the share notification email. |