Setup
Get credentials
Go to the Dropbox App Console and create an app. Under OAuth 2, add your redirect URI:Scopes
Default scopes:account_info.read
| Scope | What it unlocks |
|---|---|
account_info.read | Read the user’s account info |
files.metadata.read | List file metadata |
files.content.read | Read file contents |
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/dropbox | Redirect to Dropbox |
| GET | /auth/oauth/callback/dropbox | Handle callback |