Prerequisites for Connecting to Dropbox Paper
To be able to interact with the Dropbox APIs to the full extent, the following requirements must be fulfilled:
- An app registered in Dropbox
- Specified redirect URIs
- For OAuth with manual token, generated access token
- Enabled permissions
1. Register an App
Access DBX Platform. If you have an app registered, proceed to the next step.
- Choose an API
- Choose the type of access you need
- Enter a descriptive phrase for a name
- Agree to the terms and conditions
- [Create app]
2. Add Redirect URI and Locate Required Values
Access the registered app > Settings tab
- For OAuth, locate Application key and Application secret
- Add redirect URI in the following format:
- https://<hostname>/editor/service/validatedropboxpaperoauth
- For OAuth with manual token, generate an access token
- For OAuth, the token will be generated in Metric Insights via [Get New Token]