> For the complete documentation index, see [llms.txt](https://docs.n8n.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n8n.io/integrations/builtin/credentials/dropbox.md).

# Dropbox credentials

You can use these credentials to authenticate the following nodes:

* [Dropbox](/integrations/builtin/app-nodes/n8n-nodes-base.dropbox.md)

## Supported authentication methods <a href="#supported-authentication-methods" id="supported-authentication-methods"></a>

* 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.

{% hint style="info" %}
**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.
{% endhint %}

## Related resources <a href="#related-resources" id="related-resources"></a>

Refer to [Dropbox's Developer documentation](https://www.dropbox.com/developers/documentation) for more information about the service.

## Using access token <a href="#using-access-token" id="using-access-token"></a>

To configure this credential, you'll need a [Dropbox](https://www.dropbox.com/developers) 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](https://www.dropbox.com/developers/apps) 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](/integrations/builtin/app-nodes/n8n-nodes-base.dropbox.md) 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](https://www.dropbox.com/developers/reference/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](https://www.dropbox.com/developers/reference/getting-started) for more information.

{% hint style="warning" %}
**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.
{% endhint %}

## Using OAuth2 <a href="#using-oauth2" id="using-oauth2"></a>

{% hint style="info" %}
**Note for n8n Cloud users**

Cloud users don't need to provide connection details. Select **Connect my account** to connect through your browser.
{% endhint %}

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](https://www.dropbox.com/developers/reference/developer-guide) for more information.

If you're [self-hosting](/deploy/host-n8n.md) n8n, you'll need to configure OAuth2 manually:

1. Open the [App Console](https://www.dropbox.com/developers/apps) 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](/integrations/builtin/app-nodes/n8n-nodes-base.dropbox.md) 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](https://www.dropbox.com/developers/reference/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](https://developers.dropbox.com/oauth-guide#implementing-oauth) 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](https://www.dropbox.com/developers/reference/developer-guide) for more information.

{% hint style="warning" %}
**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.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.n8n.io/integrations/builtin/credentials/dropbox.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
