share_drive_file_tool
Share Google Drive files or folders with specific users by assigning permission roles like reader, writer, or commenter, and optionally send email notifications.
Instructions
Share a file or folder with a user.
Args: user_google_email: The user's Google email address file_id: The file or folder ID to share email: Email address of the user to share with role: Permission role - "reader", "writer", "commenter", or "owner" send_notification: Whether to send an email notification (default: True)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| file_id | Yes | ||
| Yes | |||
| role | No | reader | |
| send_notification | No |