Connect Dropbox to Auth0
Dropbox setup
- Visit the Dropbox Developer account page and sign up.
- Create a new app in the Dropbox App Console.
- On create an app choose “Scoped access”.
- Choose the type of access you need.
- Give your app a unique name.
- Click Create app.
- Select the Show App Secret link to reveal the app secret.
- Copy the App Key and App Secret.
-
Configure OAuth redirect URI:
- Redirect URI:
https://YOUR_AUTH0_DOMAIN/login/callback
You can find the Auth0 domain in the Auth0 Dashboard.You can find this under Applications > [Your Application] > Settings > Basic Information > Domain.If you are using the custom domains feature, your Auth0 domain is the custom domain. You can find this under Branding > Custom Domains. - Redirect URI:
- Click the Add button to save the redirect URI.
- Configure the permissions your app needs.
- Save changes.
Token Vault configuration example
To configure the Token Vault for your Dropbox connection, you can use the following code snippet in your application:Next steps
- To learn how to configure applications to access Token Vault, read Configure Token Vault.
- To learn how to get an access token to make a tool call, complete the Call other’s APIs on user’s behalf Quickstart.