Dropbox
12 operations1 webhook
Cloud file storage and sync service for sharing documents and collaborating on files.
Supported operations
- CopyWrite
Copy a file to a new location
- DeleteDestructive
Delete a file
- DownloadRead-only
Download a file
- MoveWrite
Move a file to a new location
- UploadWrite
Upload a file
Supported triggers
- Changed
A file or folder was added, modified, deleted, or a share link was created
FAQ
Install corsair and @corsair-dev/dropbox, add the Dropbox plugin, and connect with OAuth. Then call methods like corsair.dropbox.api.files.copy() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.
Yes. Dropbox needs an OAuth app with scopes that match what you automate. Register the app in Dropbox, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.
Yes. One Corsair client can hit Dropbox, GitHub, Notion, Stripe, and the rest. Trigger Dropbox 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 and sync service for sharing documents and collaborating on files. Common builds include sync jobs, admin tooling, and agents that call Dropbox APIs from your backend. Webhook handlers react to Dropbox events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Dropbox 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 Dropbox 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/dropbox in the open repo. When Dropbox 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 Dropbox data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Dropbox data on your behalf.