drive_share_invite
Invite a person via email to access a Proton Drive file or folder with roles viewer, editor, or admin.
Instructions
Invite a person to access a Proton Drive file or folder by email. Requires authentication. Immediately sends an email notification to the invitee — always confirm the email address and role with the user before calling. role values: 'viewer' (read-only), 'editor' (read + write), 'admin' (read + write + reshare). Do not call without first running drive_share_status — duplicate invitations may silently overwrite the existing role. To remove access, use drive_share_revoke.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute remote Drive path to share (must start with '/'). | |
| Yes | Email address of the person to invite. | ||
| role | Yes | 'viewer' = read-only, 'editor' = read + write, 'admin' = read + write + reshare. | |
| message | No | Optional message included in the invitation email (max 2000 characters). |