Dropbox ​
Access and manage files, folders, and sharing in Dropbox cloud storage.
| Detail | Value |
|---|---|
| Category | Productivity |
| Base URL | https://api.dropboxapi.com/2 |
| Authentication | OAuth2 |
| Endpoints | 7 |
| Connector key | dropbox |
Using Dropbox in a workflow ​
- Go to Connections and click New Connection.
- Pick Dropbox from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /files/list_folder | List folder contents |
| POST /files/get_metadata | Get file/folder metadata |
| POST /files/create_folder_v2 | Create a folder |
| POST /files/delete_v2 | Delete a file or folder |
| POST /files/move_v2 | Move a file or folder |
| POST /files/search_v2 | Search for files |
| POST /sharing/create_shared_link_with_settings | Create a shared link |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.