You can wire the Google Drive node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Google Drive under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Google Drive account when prompted; no keys to copy. NoClick requests the following permissions:https://www.googleapis.com/auth/drive
Operations
Comment reply
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Comment Reply | create_comment_reply | Add a reply to an existing comment | |
| Delete Comment Reply | delete_comment_reply | Delete a reply from a comment | |
| Get Comment Reply | get_comment_reply | Get a specific reply by ID | |
| List Comment Replies | list_comment_replies | List all replies to a comment | |
| Update Comment Reply | update_comment_reply | Update an existing reply |
Drive
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Empty Drive Trash | empty_drive_trash | Permanently delete all files in trash | |
| Get Drive Storage Info | get_drive_storage_info | Get storage quota and user info |
File
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Copy File | copy_file | Copy a file | |
| Delete File | delete_file | Delete a file permanently | |
| Download File | download_file | Download file content | |
| Export Google Workspace File | export_google_workspace_file | Export Google Docs/Sheets/Slides to other formats | |
| Get File Metadata | get_file_metadata | Get file metadata | |
| List Files | list_files | List files from Google Drive | |
| Move File | move_file | Move a file to another folder | |
| Move File to Trash | move_file_to_trash | Move a file to trash | |
| Remove File Permission | remove_file_permission | Remove sharing permissions from a file | |
| Restore File from Trash | restore_file_from_trash | Restore a file from trash | |
| Search Files | search_files | Search files with advanced query | |
| Share File | share_file | Share a file with others | |
| Update File Metadata | update_file_metadata | Update file name or description | |
| Upload File | upload_file | Upload a file |
File comment
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create File Comment | create_file_comment | Add a comment to a file | |
| Delete File Comment | delete_file_comment | Delete a comment from a file | |
| Get File Comment | get_file_comment | Get a specific comment by ID | |
| List File Comments | list_file_comments | List all comments on a file | |
| Update File Comment | update_file_comment | Update an existing comment |
File permission
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Get File Permission | get_file_permission | Get details of a specific permission | |
| List File Permissions | list_file_permissions | List who has access to a file | |
| Update File Permission | update_file_permission | Update a permission (change role) |
File revision
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Delete File Revision | delete_file_revision | Delete a specific file revision | |
| Get File Revision | get_file_revision | Get a specific file revision | |
| List File Revisions | list_file_revisions | List all versions of a file | |
| Update File Revision | update_file_revision | Update revision metadata (keep forever, etc.) |
Folder
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Folder | create_folder | Create a new folder |
Shared drive
| Operation | ID | Description | Trigger |
|---|---|---|---|
| Create Shared Drive | create_shared_drive | Create a new shared drive | |
| Delete Shared Drive | delete_shared_drive | Delete a shared drive (must be empty) | |
| Get Shared Drive | get_shared_drive | Get details of a specific shared drive | |
| Hide Shared Drive | hide_shared_drive | Hide a shared drive from the default view | |
| List Shared Drives | list_shared_drives | List all shared drives accessible to the user | |
| Unhide Shared Drive | unhide_shared_drive | Unhide a shared drive (restore to default view) |
Other
| Operation | ID | Description | Trigger |
|---|---|---|---|
| On Drive Change | on_drive_change | Trigger: fires when files change in the connected Google Drive. | Yes |
| On File Changed | on_file_changed | Trigger: fires when a file is created or modified in Google Drive. | Yes |
| On File Removed | on_file_removed | Trigger: fires when a file is trashed or permanently deleted from Google Drive. | Yes |
| On Folder Changed | on_folder_changed | Trigger: fires when a folder is created or modified in Google Drive. | Yes |
| On Folder Removed | on_folder_removed | Trigger: fires when a folder is trashed or permanently deleted from Google Drive. | Yes |