For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Google Drive

Connect your AI agents to Google Drive.
Was this page helpful?
Previous

Google Docs

Next

Google Maps

Authentication: OAuth. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • Find files shared with [email protected] in the last 7 days for a security review.
  • Move every file in My Drive / Receipts older than 1 year into the Archive 2024 folder.
  • List documents in the Engineering shared drive last modified in the past week.

Available Tools

list_comments

List all comments and replies on a Google Drive file with pagination support

get_comment

Get details of a specific comment

create_comment

Add a new comment to a Google Drive file with optional text anchoring and rich formatting

update_comment

Update the content of an existing comment on a Google Drive file

delete_comment

Permanently delete a comment and all its replies from a Google Drive file

resolve_comment

Mark a suggestion comment as resolved - ONLY works for suggestion comments (not regular comments) in Google Docs/Sheets/Slides

list_replies

List all replies to a specific comment with pagination and filtering options

create_reply

Add a reply to an existing comment thread on a Google Drive file

update_reply

Update an existing reply to a comment

delete_reply

Permanently delete a specific reply from a comment thread

list_drives

List all shared drives (Team Drives) accessible to the user

get_drive

Get detailed information about a specific shared drive

create_drive

Create a new shared drive for team collaboration

update_drive

Update shared drive settings including name, color, and restrictions

delete_drive

Permanently delete a shared drive and all its contents

hide_drive

Hide a shared drive from the user’s view (does not delete)

unhide_drive

Restore a hidden shared drive to the user’s view

search_drives

Search for shared drives by name or other criteria

set_drive_restrictions

Configure access restrictions for a shared drive

list_files

List and search files and folders in Google Drive with advanced filtering options

get_file

Get detailed metadata for a specific file or folder

create_file

Create a new file or folder in Google Drive

update_file

Update file or folder metadata including name, description, parents, and properties

copy_file

Create a copy of a file with optional new name and location

delete_file

Permanently delete a file or folder from Google Drive

trash_file

Move a file or folder to the trash (can be restored later)

untrash_file

Restore a file or folder from the trash

empty_trash

Permanently delete all files in the trash

export_file

Export a Google Workspace document to a specific format

generate_file_ids

Generate unique file IDs for batch operations

search_files

Search for files using advanced Google Drive search queries

upload_file

Upload a new file with content to Google Drive including Google Docs, Sheets, and other document types

update_file_content

Update the content of an existing file in Google Drive including Google Docs, Sheets, and other documents

list_permissions

List all permissions (sharing settings) for a file or folder

get_permission

Get details of a specific permission for a file

create_permission

Share a file or folder with a user, group, or make it public

update_permission

Update an existing permission (change access level or expiration)

delete_permission

Remove a permission (stop sharing with a user or group)

batch_create_permissions

Share a file with multiple users/groups. Format: [{“type”:“user”,“role”:“reader”,“emailAddress”:“[email protected]”}]

transfer_ownership

Transfer ownership of a file to another user

batch_delete_permissions

Remove multiple permissions from a file at once

make_public

Make a file or folder publicly accessible to anyone with the link

make_private

Remove public access from a file or folder