Skip to content

OAuth providers

Dropbox

Set up Dropbox OAuth for cloud file storage and sharing

Connect your users to Dropbox for cloud file storage, file sharing, and document collaboration.

PropertyValue
Provider IDdropbox
CategoryStorage & Files
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Go to the Dropbox App Console

Navigate to dropbox.com/developers/apps and sign in.

Create a new app

Click Create app, choose Scoped access, select Full Dropbox or App folder, and enter a name.

Configure the redirect URI

Under the Settings tab, add the Alter callback URL from the Developer Portal to Redirect URIs.

Get credentials

Copy the App key (Client ID) and App secret (Client Secret).

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Dropbox provider

Go to OAuth Providers > Add Provider > Dropbox.

Enter credentials

  • Client ID: Paste your Dropbox App key
  • Client Secret: Paste your Dropbox App secret

Select scopes

Choose the scopes the application needs.

Save

Click Save. The provider is now active.

ScopeDescription
account_info.readRead account information
files.metadata.readRead file and folder metadata
files.metadata.writeWrite file and folder metadata
files.content.readRead file contents
files.content.writeWrite file contents
sharing.readRead sharing settings
sharing.writeManage sharing settings
  • Dropbox uses short-lived access tokens with refresh tokens. Alter Vault handles automatic token refresh.
  • The files.content.read and files.content.write scopes must be enabled in the application’s Permissions tab in the Dropbox App Console.
  • See the Dropbox API documentation for more details.