Search Google Drive, download files as context, and upload upstream files (e.g. a generated image) back to Drive.
| Category | ๐๏ธ Storage |
| Connection | โก OAuth 2.0 one-click |
| Actions | 30 total โ 13 read, 17 write |
Once connected, Google Drive exposes the following actions. The AI can call them with #-mentions in chat, an agent can be granted a subset as tools, and a workflow can run them in an integration-action node.
| Action | Type | What it does | Proxy |
|---|---|---|---|
Copy Filecopy-file | Write | Copy a file to a destination | Yes |
Create Commentcreate-comment | Write | Add a comment to a file | Yes |
Create Filecreate-file | Write | Create an empty Google Drive file from metadata โ defaults to a new Google Doc when no MIME type is given. | โ |
Create Foldercreate-folder | Write | Create a new folder in Google Drive | Yes |
Create Shared Drivecreate-shared-drive | Write | Create a shared drive | Yes |
Delete Commentdelete-comment | Write | Delete a comment from a file | Yes |
Delete Filedelete-file | Write | Delete a file or folder from Google Drive | Yes |
Delete Permissiondelete-permission | Write | Remove a permission from a file | Yes |
Delete Shared Drivedelete-shared-drive | Write | Delete a shared drive | Yes |
Empty Trashempty-trash | Write | Permanently delete all trashed files | Yes |
Find Filefind-file | Read | Search for files by name or query in Google Drive | Yes |
Get Aboutget-about | Read | Get the user's drive info and storage quota | Yes |
Get Changes Start Page Tokenget-changes-start-page-token | Read | Get the starting token for listing future changes | Yes |
Get Commentget-comment | Read | Get a comment by ID | Yes |
Get Fileget-file | Read | Download a Google Drive file as base64-encoded bytes. | Yes |
Get Permissionget-permission | Read | Get a permission by ID | Yes |
Get Revisionget-revision | Read | Get a file revision by ID | Yes |
Get Shared Driveget-shared-drive | Read | Get a shared drive by ID | Yes |
Hide Shared Drivehide-shared-drive | Write | Hide a shared drive from the default view | Yes |
List Commentslist-comments | Read | List comments on a file | Yes |
List Driveslist-drives | Read | List shared drives the user can access, with cursor pagination and drive metadata like hidden, capabilities, and restrictions. | Yes |
List Folderslist-folders | Read | List Google Drive folders by name (for folder pickers). Includes folders on shared drives. | Yes |
List Permissionslist-permissions | Read | List permissions on a file | Yes |
Search Filessearch-files | Read | Search Google Drive files. | Yes |
Unhide Shared Driveunhide-shared-drive | Write | Restore a hidden shared drive to default view | Yes |
Update Commentupdate-comment | Write | Update a comment on a file | Yes |
Update Fileupdate-file | Write | Update a file's metadata | Yes |
Update Permissionupdate-permission | Write | Update a permission on a file | Yes |
Update Shared Driveupdate-shared-drive | Write | Update a shared drive's metadata | Yes |
Upload Fileupload-file | Write | Upload an upstream file (e.g. a generated image, a knowledge document, or an HTTP download) to Google Drive. Accepts one or more files and uploads each, returning the created Drive file(s). | Yes |
Actions tagged Write create, update, or delete data. In chat and agent paths they pause for your confirmation before running; workflows treat their deterministic wiring as implicit consent. Agent tools covers how to scope which actions an agent may use.
Google Drive is governed per organization: an admin sets a monetary spend cap and a monthly call quota. A quota of 0 disables the integration โ it never means unlimited. See the Integrations overview for the full governance model.