Dropbox

Configure the Dropbox.

Access the Dropbox App Console

Create OAuth app

Settings page

  • Set the Redirect URI to https://[YOUR_API_BASE]/auth/dropbox/callback, for example https://api.appmixer.com/auth/dropbox/callback

  • To allow additional users, click on "Enable Additional Users.

  • Configure the App Key as clientId and the App Secret as clientSecret in the service settings within the Backoffice, under the configuration ID appmixer:dropbox.

  • To learn more about configuring connectors, please visit the Connector Configuration section.

Permissions page

Ensure that the following permissions are selected:

  • account_info.read

  • files.content.read

  • files.content.write

  • files.metadata.read

Last updated