Skip to content

Dropbox credentials#

You can use these credentials to authenticate the following nodes:

Supported authentication methods#

  • API access token: Dropbox recommends this method for testing with your user account and granting a limited number of users access.
  • OAuth2: Dropbox recommends this method for production or for testing with more than 50 users.

App reuse

You can transition an app from the API access token to OAuth2 by creating a new credential in n8n for OAuth2 using the same app.

Refer to Dropbox's Developer documentation for more information about the service.

Using access token#

To configure this credential, you'll need a Dropbox developer account and:

  • An Access Token: Generated once you create a Dropbox app.
  • An App Access Type

To set up the credential, create a Dropbox app:

  1. Open the App Console within the Dropbox developer portal.
  2. Select Create app.
  3. In Choose an API, select Scoped access.
  4. In Choose the type of access you need, choose whichever option best fits your use of the Dropbox node:
    • App Folder grants access to a single folder created specifically for your app.
    • Full Dropbox grants access to all files and folders in your user's Dropbox.
    • Refer to the DBX Platform developer guide for more information.
  5. In Name your app, enter a name for your app, like n8n integration.
  6. Check the box to agree to the Dropbox API Terms and Conditions.
  7. Select Create app. The app's Settings open.
  8. In the OAuth 2 section, in Generated access token, select Generate.
  9. Copy the access token and enter it as the Access Token in your n8n credential.
  10. In n8n, select the same App Access Type you selected for your app.

Refer to the Dropbox App Console Settings documentation for more information.

User limits

On the Settings tab, you can add other users to your app, even with the access token method. Once your app links 50 Dropbox users, you will have two weeks to apply for and receive production status approval before Dropbox freezes your app from linking more users.

Using OAuth2#

Note for n8n Cloud users

Cloud users don't need to provide connection details. Select Connect my account to connect through your browser.

Cloud users need to select the App Access Type:

  • App Folder grants access to a single folder created specifically for your app.
  • Full Dropbox grants access to all files and folders in your user's Dropbox.
  • Refer to the DBX Platform developer guide for more information.

If you're self-hosting n8n, you'll need to configure OAuth2 manually:

  1. Open the App Console within the Dropbox developer portal.
  2. Select Create app.
  3. In Choose an API, select Scoped access.
  4. In Choose the type of access you need, choose whichever option best fits your use of the Dropbox node:
    • App Folder grants access to a single folder created specifically for your app.
    • Full Dropbox grants access to all files and folders in your user's Dropbox.
    • Refer to the DBX Platform developer guide for more information.
  5. In Name your app, enter a name for your app, like n8n integration.
  6. Check the box to agree to the Dropbox API Terms and Conditions.
  7. Select Create app. The app's Settings open.
  8. Copy the App key and enter it as the Client ID in your n8n credential.
  9. Copy the Secret and enter it as the Client Secret in your n8n credential.
  10. In n8n, copy the OAuth Redirect URL and enter it in the Dropbox Redirect URIs.
  11. In n8n, select the same App Access Type you selected for your app.

Refer to the instructions in the Dropbox Implementing OAuth documentation for more information.

For internal tools and limited usage, you can keep your app private. But if you'd like your app to be used by more than 50 users or you want to distribute it, you'll need to complete Dropbox's production approval process. Refer to Production Approval in the DBX Platform developer guide for more information.

User limits

On the Settings tab, you can add other users to your app. Once your app links 50 Dropbox users, you will have two weeks to apply for and receive production status approval before Dropbox freezes your app from linking more users.