Browse folders, list files and pull a file into a workflow or a chat, so a document in Dropbox can be read, summarised or attached without downloading it first.
Dropbox is mapped and documented, but one-click connection isn't live yet — the app shows it as Coming soon. Only Google Calendar, Drive, Mail, and Tasks are connectable today; see the Standard integrations catalogue for what's live now.
| Category | 🗄️ Storage |
| Connection | Coming soon not yet connectable — once live it will connect via OAuth 2.0. |
| Actions | 19 total — 6 read, 13 write |
Once connected, Dropbox exposes the following actions. The AI can call them with #-mentions in chat, an agent can be granted a subset as tools, and a workflow can run them in an integration-action node.
| Action | Type | What it does | Proxy |
|---|---|---|---|
Batch Copy Files Or Foldersbatch-copy-files-or-folders | Write | Copy multiple files or folders to new Dropbox paths in one batch job | Yes |
Batch Move Files Or Foldersbatch-move-files-or-folders | Write | Move multiple Dropbox files or folders to new locations in one batch job. | Yes |
Check Batch Copy Files Or Folderscheck-batch-copy-files-or-folders | Write | Check the status of a Dropbox batch copy job using its async job ID. | Yes |
Check Batch Delete Files Or Folderscheck-batch-delete-files-or-folders | Write | Check the status of a Dropbox batch delete job using its async job ID. | Yes |
Check Batch Move Files Or Folderscheck-batch-move-files-or-folders | Write | Check the status of a Dropbox batch move job using its async job ID. | Yes |
Copy File Or Foldercopy-file-or-folder | Write | Copy a Dropbox file or folder to a different path. | Yes |
Create Foldercreate-folder | Write | Create a folder at a Dropbox path. | Yes |
Create Shared Linkcreate-shared-link | Write | Create a shared link for a Dropbox file or folder with optional settings. | Yes |
Delete File Or Folderdelete-file-or-folder | Write | Delete a Dropbox file or folder by path | Yes |
Get Fileget-file | Read | Download a Dropbox file as base64-encoded bytes. | Yes |
Get File Metadataget-file-metadata | Read | Fetch metadata for a Dropbox file by path or id. | Yes |
Get File Temporary Linkget-file-temporary-link | Read | Generate a temporary Dropbox link for file content streaming. | Yes |
List File Revisionslist-file-revisions | Read | List revisions for a Dropbox file by path or file id. | Yes |
List Fileslist-files | Read | List files in a Dropbox folder (root if blank). Returns a cursor when more entries remain — pass it back to read the next page. | Yes |
List Folderslist-folders | Read | List Dropbox folders by name (for folder pickers). | Yes |
Modify Shared Link Settingsmodify-shared-link-settings | Write | Update settings on an existing Dropbox shared link. | Yes |
Move File Or Foldermove-file-or-folder | Write | Move a Dropbox file or folder to a different path | Yes |
Restore File Revisionrestore-file-revision | Write | Restore a previous Dropbox file revision to the current path | Yes |
Share Foldershare-folder | Write | Turn a Dropbox folder into a shared folder for collaborators | Yes |
Actions tagged Write create, update, or delete data. In chat and agent paths they pause for your confirmation before running; workflows treat their deterministic wiring as implicit consent. Agent tools covers how to scope which actions an agent may use.
Dropbox is governed per organization: an admin sets a monetary spend cap and a monthly call quota. A quota of 0 disables the integration — it never means unlimited. See the Integrations overview for the full governance model.