Google Apps76 toolsBrowser login (OAuth), no API keys
Google Drive integration for AI agents
Upload, search, and manage files
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Google Drive once and call the same tools from all of them.
Deeper comparison, failure modes and setup details: Google Drive for AI agents, in depth.
Setup
Connect Google Drive through ClawLink's hosted setup to search Drive, inspect files, create folders, upload files, manage sharing, and handle file metadata without manual credential setup.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Google Drive exposes 76 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
googledrive_copy_file_advanced | Copy a file with advanced options | Read |
googledrive_create_comment | Create a comment on a Drive file | Read |
googledrive_create_drive | Create a new shared drive | Read |
googledrive_create_file | Create a new file or folder with metadata | Read |
googledrive_create_file_from_text | Create a Drive file from text content | Read |
googledrive_create_folder | Create a new folder in Google Drive | Read |
googledrive_create_permission | Share a file or folder with users or make it public | Read |
googledrive_create_reply | Reply to a comment on a Drive file | Read |
googledrive_create_shortcut_to_file | Create a shortcut to an existing Drive item | Read |
googledrive_download_file | Download a file from Google Drive | Read |
googledrive_edit_file | Update a Drive file's content (non-Google Workspace) | Read |
googledrive_export_google_workspace_file | Export a Google Workspace doc to a specific format | Read |
googledrive_find_file | Search for files in Google Drive by name, MIME type, or query | Read |
googledrive_find_folder | Find a folder in Google Drive by name | Read |
googledrive_get_about | Get user, Drive, and storage quota info | Read |
googledrive_get_drive | Get a shared drive by ID | Read |
googledrive_get_file_metadata | Get a file's metadata by ID | Read |
googledrive_list_comments | List comments on a Google Drive file | Read |
googledrive_list_permissions | List a file's sharing permissions | Read |
googledrive_list_replies | List replies to a comment | Read |
googledrive_list_revisions | List a file's revision history | Read |
googledrive_list_shared_drives | List the user's shared drives | Read |
googledrive_move_file | Move a file to a different folder | Read |
googledrive_update_file_put | Update file metadata like name, description, or parents | Read |
googledrive_upload_file | Upload a file to Google Drive | Read |
googledrive_upload_from_url | Fetch a URL and upload it to Google Drive | Read |
googledrive_download_file_operation | Download file content using long-running operations | Read |
googledrive_generate_ids | Generates a set of file IDs which can be provided in create or copy requests | Read |
googledrive_get_app | Get information about a specific Drive app by ID | Read |
googledrive_get_changes_start_page_token | Get the starting pageToken for listing future changes in Google Drive | Read |