# Dropbox

### Access the Dropbox App Console

* Open the [Dropbox App Console](https://www.dropbox.com/developers/apps).
* Log in with your Dropbox account credentials.

### Create OAuth app

![Create new OAuth app](https://802996127-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIAGKHlIqVKJe9agnFr14%2Fuploads%2Fgit-blob-e980e0731ea572ec5ead4f1ad36f588d1dfb5f35%2Fdropbox-1.png?alt=media)

### 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](https://docs.appmixer.com/appmixer/getting-started/services) section.

![settings](https://802996127-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIAGKHlIqVKJe9agnFr14%2Fuploads%2Fgit-blob-ecc51461d7a99ba6f33c07084026705cfb07b782%2Fdropbox-2.png?alt=media)

### Permissions page

Ensure that the following permissions are selected:

* `account_info.read`
* `files.content.read`
* `files.content.write`
* `files.metadata.read`

![permissions](https://802996127-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIAGKHlIqVKJe9agnFr14%2Fuploads%2Fgit-blob-0fc54bec882fd1e19fa9890a69f4ac8a1d569085%2Fdropbox-3.png?alt=media)
