Skip to content

Dropbox ​

Access and manage files, folders, and sharing in Dropbox cloud storage.

DetailValue
CategoryProductivity
Base URLhttps://api.dropboxapi.com/2
AuthenticationOAuth2
Endpoints7
Connector keydropbox

Using Dropbox in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Dropbox from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /files/list_folderList folder contents
POST /files/get_metadataGet file/folder metadata
POST /files/create_folder_v2Create a folder
POST /files/delete_v2Delete a file or folder
POST /files/move_v2Move a file or folder
POST /files/search_v2Search for files
POST /sharing/create_shared_link_with_settingsCreate a shared link

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.