Connect to your users’ Dropbox accounts.
You can find your Dropbox app credentials in your Dropbox Developer Account.
You’ll need the following information to set up your Dropbox App with Paragon Connect:
Paragon provides a redirect URL to send information to your Dropbox app. To add the redirect URL to your Dropbox app:
Log into your Dropbox Developer Portal.
Select your app from the list of apps.
Under Redirect URIs, paste-in the redirect URL from Paragon. The redirect URL can be found in Step 1.
Press the Save
button to confirm your changes.
Under Integrations > Connected Integrations > Dropbox > App Configuration > Configure, fill out your credentials from your developer app in their respective sections:
Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Dropbox account, you can use the Paragon SDK to access the Dropbox API on behalf of connected users.
See the Dropbox REST API documentation for their full API reference.
Any Dropbox API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your Dropbox account is connected, you can add steps to perform the following actions:
When creating or updating records in Dropbox, you can reference data from previous steps by typing {{
to invoke the variable menu.
Webhook triggers can be used to run workflows based on events in your users’ Dropbox account. For example, you might want to trigger a workflow whenever new files are created in Dropbox to sync your users’ Dropbox files to your application in real-time.
You can find the full list of Webhook Triggers for Dropbox below: