Dropbox
Service domainCLOUD STORAGE
Arcade Optimized
Arcade tools designed for LLMs to interact with Dropbox
3tools
Arcade provides a toolkit for integrating with Dropbox, enabling seamless interactions with files stored in the cloud. Developers can leverage these tools for various file management capabilities.
Capabilities
- Download files directly from Dropbox.
- List items in specified folders with efficient pagination.
- Search for files and folders using customized criteria, while utilizing pagination to manage large result sets.
OAuth
- Provider: Dropbox
- Scopes: files.content.read, files.metadata.read
No secret types are required for using this toolkit. Users simply need OAuth tokens for authentication.
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