mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-oauth.gif | ||
| permalink |
|---|
| /credentials/dropbox |
Dropbox
You can find information about the operations supported by the Dropbox node on the integrations page. You can also browse the source code of the node on GitHub.
Prerequisites
Create a Dropbox account.
Using OAuth
- 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.
