mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-oauth.gif | ||
| permalink | description |
|---|---|
| /credentials/dropbox | Learn to configure credentials for the Dropbox node in n8n |
Dropbox
You can use these credentials to authenticate the following nodes with Dropbox.
Prerequisites
Create a Dropbox account.
Using OAuth
::: tip ⛅️ Note for n8n.cloud users You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Dropbox account to n8n. :::
- Access the Dropbox app creation page.
- In 'Choose an API', select Dropbox API.
- In 'Choose your app's permissions model', select Scoped access.
- In 'Choose the type of access you need', select App folder.
- In 'Name your app', enter a name for your app.
- Accept the terms and conditions.
- Click on Create app.
- In the Dropbox app dashboard, navigate to 'Settings', scroll down to 'OAuth2' and click on the Generate button under 'Generated access token'.
- In the Dropbox app dashboard, navigate to 'Permissions', select the permissions your workflow will need and click on the Submit button.
- Return to n8n and enter the Access Token in your Dropbox API credentials.
Using Access Token
- Access the Dropbox app creation page.
- Select 'Scoped access' under the Choose an API section.
- Select an access type under the Choose the type of access you need. You can read more about the access type here.
- In the Name your app section, enter a name for your app.
- Click on the Create app button.
- Click on the Permissions tab and give all the permissions under the Files and folders section.
- Click on the Submit button.
- Click on the Settings tab.
- Scroll down to the OAuth2 section and select 'No expiration' from the Access token expiration dropdown list.
- Click on the Generate button.
- Use the displayed Generated access token with your Dropbox credentials in n8n.

