google_drive_share_file

Share a file on Google Drive by specifying the file ID and recipient email. Set access roles (reader, writer, commenter, owner) and optionally include a custom message in the notification email.

Instructions

Share a file with another user

Input Schema

NameRequiredDescriptionDefault
emailAddressYesEmail address of the user to share with
fileIdYesID of the file to share
messageNoCustom message to include in the notification email
roleNoAccess role to grant (reader, writer, commenter, owner)
sendNotificationNoWhether to send a notification email

Input Schema (JSON Schema)

{ "properties": { "emailAddress": { "description": "Email address of the user to share with", "type": "string" }, "fileId": { "description": "ID of the file to share", "type": "string" }, "message": { "description": "Custom message to include in the notification email", "type": "string" }, "role": { "description": "Access role to grant (reader, writer, commenter, owner)", "type": "string" }, "sendNotification": { "description": "Whether to send a notification email", "type": "boolean" } }, "required": [ "fileId", "emailAddress" ], "type": "object" }
ID: opwf6bop3j