Google Drive is a cloud storage solution for uploading, sharing, and collaborating on files across devices, with robust search and offline access
Modifies sharing permissions for an existing Google Drive file, granting a specified role to a user, group, domain, or 'anyone'.
Tool to add a member (user/group/domain) to a Shared Drive with a specified role. Use when you need to grant access to a Shared Drive, ensuring supportsAllDrives is set correctly.
Duplicates an existing file in Google Drive, identified by its `file_id`.
Creates a copy of a file and applies any requested updates with patch semantics. Use when you need to duplicate a file with advanced options like label inclusion, visibility settings, or custom metadata.
Tool to create a copy of a file in Google Drive using v2 API. Use when you need to duplicate a file. The original file remains intact while a new separate copy is created.
Tool to create a comment on a file. Use when you need to add a new comment to a specific file in Google Drive.