Skip to content

Reference

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
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 basic account information
files.metadata.readRead file and folder metadata
files.metadata.writeModify file and folder metadata
files.content.readDownload and read file contents
files.content.writeUpload and modify file contents
sharing.readRead sharing settings and shared folders
sharing.writeManage sharing settings and shared folders
  • 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.

Alter policy rules can target these attested operations and families for operation-level and parameter-aware controls.

Operation IDFamiliesMethodProvider path
files/copy_v2writePOST/2/files/copy_v2
files/create_folder_v2writePOST/2/files/create_folder_v2
files/delete_v2deletePOST/2/files/delete_v2
files/downloadreadPOST/2/files/download
files/get_metadatareadPOST/2/files/get_metadata
files/get_temporary_linkreadPOST/2/files/get_temporary_link
files/list_folderreadPOST/2/files/list_folder
files/list_folder_continuereadPOST/2/files/list_folder/continue
files/move_v2writePOST/2/files/move_v2
files/search_v2readPOST/2/files/search_v2
files/uploadwritePOST/2/files/upload
sharing/create_shared_link_with_settingsadminPOST/2/sharing/create_shared_link_with_settings
sharing/list_shared_linksreadPOST/2/sharing/list_shared_links
users/get_current_accountreadPOST/2/users/get_current_account
users/get_space_usagereadPOST/2/users/get_space_usage

Report an issue with this page

Necessary

Required for sign-in, security, authorization, and remembering your choices.

Always active

Analytics

Helps us understand which product and documentation features are useful.

Performance diagnostics

Uses performance tracing and privacy-masked session replay to diagnose problems.

You can change these choices at any time from Cookie settings.