Dropbox
Service domainCLOUD STORAGE
Arcade Optimized
Arcade tools designed for LLMs to interact with Dropbox
3tools
Dropbox Toolkit
Arcade's Dropbox toolkit lets LLMs interact with a user's Dropbox account — downloading files and navigating folder contents — via delegated OAuth access.
Capabilities
- File retrieval: Download files by path or ID; either identifier is accepted, but at least one is required.
- Folder browsing: List folder contents with cursor-based pagination; items may appear across multiple pages, so consumers must deduplicate if needed.
- Search: Query files and folders matching criteria across a Dropbox account; supports cursor pagination up to 10,000 cumulative results; extra arguments are ignored when paginating (only the cursor is needed).
OAuth
This toolkit uses OAuth 2.0 via the Dropbox provider. Configure the integration and review required scopes in the Arcade Dropbox auth provider docs.
Available tools(3)
3 of 3 tools
Operations
Behavior
| Tool name | Description | Secrets | |
|---|---|---|---|
Downloads the specified file.
Note: either one of `file_path` or `file_id` must be provided. | |||
Provides a dictionary containing the list of items in the specified folder path.
Note 1: when paginating, it is not necessary to provide any other argument besides the cursor.
Note 2: when paginating, any given item (file or folder) may be returned in multiple pages. | |||
Returns a list of items in the specified folder path matching the search criteria.
Note 1: the Dropbox API will return up to 10,000 (ten thousand) items cumulatively across
multiple pagination requests using the cursor token.
Note 2: when paginating, it is not necessary to provide any other argument besides the cursor.
Note 3: when paginating, any given item (file or folder) may be returned in multiple pages. |
Last updated on