Google Drive is a cloud storage solution for uploading, sharing, and collaborating on files across devices, with robust search and offline access
89
Available Tools
7
Triggers
DEPRECATED: Use GOOGLEDRIVE_CREATE_PERMISSION instead; use GOOGLEDRIVE_UPDATE_PERMISSION to modify existing permissions (avoids duplicate entries). Modifies sharing permissions for an existing Google Drive file, granting a specified role to a user, group, domain, or 'anyone'. Bulk calls may trigger 403 rateLimitExceeded (~100 req/100s/user); use jittered exponential backoff.
Tool to add a parent folder for a file using Google Drive API v2. Use when you need to add a file to an additional folder.
Tool to add a property to a file, or update it if it already exists (v2 API). Use when you need to attach custom key-value metadata to a Google Drive file.
DEPRECATED: Use GOOGLEDRIVE_COPY_FILE_ADVANCED instead. Duplicates an existing file (not folders) in Google Drive by `file_id`; copy lands in same folder as original — use GOOGLEDRIVE_MOVE_FILE afterward for precise placement. Copy receives a new `file_id`; update stored references accordingly. For shared drives, requires organizer/manager rights.
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 comment on a file in Google Drive. Returns a nested `data` object; extract `data.id` for the resulting comment identifier. Omit `anchor` and `quoted_file_content_*` for general file-level comments.
Comment Added (Docs/Sheets/Slides)
Triggers when a new comment is added to Google Docs, Sheets, or Slides.
File Created
Triggers when a new file is created/added in Google Drive. This trigger monitors files and fires when new files are detected.
File Deleted or Trashed
Triggers when a file is moved to trash or permanently deleted in Google Drive.
File Shared (Permissions Added)
Triggers when new sharing permissions are granted to a file or folder in Google Drive. This trigger monitors the Drive Changes API to detect files that changed and, for those files, compares their current permissions against previously seen permissions to identify newly added sharing entries.
File Updated
Triggers when a file's metadata or content changes in Google Drive. Emits file ID, modification timestamp, and editor info.
Google Drive Changes
Triggers when changes are detected in a Google Drive.
New File Matching Query
Triggers when a new Google Drive file matches a provided query.
Get started with Agent Jam and connect Google Drive along with 700+ other apps to supercharge your workflow.