Skip to main content
Connect your AI agent to a user’s Dropbox account to automatically organize files into folders, create and manage shared links, and initiate file requests.

Connect Dropbox to Auth0

1

Dropbox setup

  1. Visit the Dropbox Developer account page and sign up.
  2. Create a new app in the Dropbox App Console.
  3. On create an app choose “Scoped access”.
  4. Choose the type of access you need.
  5. Give your app a unique name.
  6. Click Create app.
  7. Select the Show App Secret link to reveal the app secret.
  8. Copy the App Key and App Secret.
  9. 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.
  10. Click the Add button to save the redirect URI.
  11. Configure the permissions your app needs.
  12. Save changes.
To learn more about setting up Dropbox, read the Developer guide for Dropbox documentation.
2

Auth0 setup

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