Required Scopes

To configure a Sync for Dropbox, you need to request the following scopes from your Dropbox OAuth application:

  • files.metadata.read
  • files.content.read
  • sharing.read

Learn more about configuring scopes for your app in Adding Integrations.

Synced Objects

Dropbox supports the following Synced Objects:

Files

Sync Configuration Options

Example
{
    "integration": "dropbox",
    "pipeline": "files",
    "configuration": {
        "folderId": "/Documents"
    }
}
folderId
string

A Dropbox folder path or ID to limit the Sync scope to. If not specified, the Sync will ingest all available files from the root directory.