节点与集成
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.
Related resources
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:
- Open the App Console within the Dropbox developer portal.
- Select Create app.
- In Choose an API, select Scoped access.
- 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.
- In Name your app, enter a name for your app, like
n8n integration. - Check the box to agree to the Dropbox API Terms and Conditions.
- Select Create app. The app's Settings open.
- In the OAuth 2 section, in Generated access token, select Generate.
- Copy the access token and enter it as the Access Token in your n8n credential.
- In n8n, select the same App Access Type you selected for your app.
Refer to the Dropbox App Console Settings documentation for more information.
Using OAuth2
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:
- Open the App Console within the Dropbox developer portal.
- Select Create app.
- In Choose an API, select Scoped access.
- 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.
- In Name your app, enter a name for your app, like
n8n integration. - Check the box to agree to the Dropbox API Terms and Conditions.
- Select Create app. The app's Settings open.
- Copy the App key and enter it as the Client ID in your n8n credential.
- Copy the Secret and enter it as the Client Secret in your n8n credential.
- In n8n, copy the OAuth Redirect URL and enter it in the Dropbox Redirect URIs.
- 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.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。