share_file
Grant read, comment, or write access to a Google Drive file for a user, group, domain, or anyone with the link. Optionally send a notification email.
Instructions
WRITES and reaches other people. Grant access to a user, group, domain, or anyone with the link. No email is sent unless sendNotificationEmail is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| type | Yes | ||
| domain | No | Required for domain. | |
| fileId | Yes | ||
| message | No | Note included in the notification email. | |
| emailAddress | No | Required for user and group. | |
| expirationTime | No | RFC 3339; access ends then. Users and groups only. | |
| sendNotificationEmail | No | Default false. |