Create a Dropbox app
Register a new application in the Dropbox App Console to obtain your App Key (Client ID) and App Secret (Client Secret).
Sign in to Dropbox
Sign in to the Dropbox Developer Portal.
- Click App Console in the top navigation.
- Click Create app.
Select API and access type
Configure your app with the following settings.
- Under Choose an API, select Scoped access.
- Under Choose the type of access you need, select Full Dropbox to access all files and folders in the user’s account. (“App folder” restricts access to a dedicated folder only.)
- Enter a unique name for your application.
- Agree to the Dropbox API Terms and Conditions.
- Click Create app.
Copy app key and app secret
After creation, you will be redirected to the app’s Settings tab.
- App key — this is your Client ID.
- App secret — click Show to reveal. This is your Client Secret.
- Store both credentials securely for use later.
Configure redirect URI
In the Settings tab, scroll to the OAuth 2 section.
- Under Redirect URIs, add:
https://api.stackone.com/connect/oauth2/dropbox/callback - Click Add.
Enable required scopes
Click the Permissions tab. Enable the permissions for your use case.
Submit permission changes
Click Submit at the bottom of the Permissions page to save.
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Dropbox:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Dropbox
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- Application Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile