← All integrations

Google Drive

22 operations1 webhook

Cloud file storage for uploading, organizing, sharing, and syncing documents online.

Supported operations

  • CopyWrite

    Copy a file in Google Drive

  • Create From TextWrite

    Create a new Drive file from text content

  • DeleteDestructive

    Permanently delete a file [DESTRUCTIVE · IRREVERSIBLE]

  • DownloadRead-only

    Download the content of a file

  • GetRead-only

    Get metadata for a specific file

  • ListRead-only

    List files in Google Drive

  • MoveWrite

    Move a file to a different folder

  • ShareWrite

    Share a file by granting permissions to users

  • UpdateWrite

    Update the content or metadata of a file

  • UploadWrite

    Upload a file to Google Drive

Supported triggers

  • Drive Changed

    A file or folder in Google Drive was created, updated, or deleted

FAQ

Install corsair and @corsair-dev/googledrive, add the Google Drive plugin, and connect with OAuth. Then call methods like corsair.googledrive.api.files.copy() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. Google Drive needs an OAuth app with scopes that match what you automate. Register the app in Google Drive, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.

Yes. One Corsair client can hit Google Drive, GitHub, Notion, Stripe, and the rest. Trigger Google Drive from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for cloud file storage for uploading, organizing, sharing, and syncing documents online. Common builds include sync jobs, admin tooling, and agents that call Google Drive APIs from your backend. Webhook handlers react to Google Drive events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Google Drive records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Google Drive API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/googledrive in the open repo. When Google Drive ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Google Drive data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Google Drive data on your behalf.