Cloud file storage. OAuth-based; tokens auto-refresh within a five-minute buffer of expiry.
| Field | Required | Sensitive | Default |
|---|---|---|---|
| App Key (Client ID) | Yes | Yes | — |
| App Secret (Client Secret) | Yes | Yes | — |
| Redirect URI | No | No | http://localhost:3000/oauth/callback |
The access token, refresh token, and expiry are filled in automatically when you authorise.
Go to dropbox.com/developers/apps and click Create app.
DagFlux).In the Permissions tab, enable the scopes you need:
files.metadata.read — list files and folders.files.content.read — download files.files.content.write — upload files.After changing permissions, click Submit at the bottom.
In the Settings tab, scroll to OAuth 2 → Redirect URIs, add http://localhost:3000/oauth/callback, and click Add.
Still in Settings, copy:
Paste the App Key and App Secret into the form. Leave the redirect URI as the default unless you changed it in step 4.
Click Authorize in the form, sign in to Dropbox, and consent. DagFlux saves the tokens encrypted.
path/not_found, insufficient_space) so debugging is straightforward.