D

Dropbox API v2

REST discovered

Details
URL
https://api.dropboxapi.com
Docs
https://www.dropbox.com/developers/documentation/http/documentation
Authentication
Dropbox OAuth app (app key/secret and generated access tokens) Authorization: Bearer <credential> + Dropbox OAuth app (app key/secret and generated access tokens) ?authorization=<credential> discovered
Dropbox OAuth app (app key/secret and generated access tokens) oauth2 Set up OAuth ↗

Create an app in the Dropbox App Console. The console walks you through app registration, permission scopes, content access, redirect URIs, and shows your app key and app secret. For quick testing, open your app's settings in My apps and use the Generate button in the OAuth 2 section to mint an access token for your own account. For production integrations, implement the OAuth flow described in the OAuth guide to obtain user access tokens.