Resources »

Guides »

Integrations »

Dropbox »

Cerb + Dropbox

Introduction

In this guide we’ll walk through the process of linking Cerb to Dropbox. You’ll be able to use Dropbox’s full API from bots in Cerb to automate whatever you need.

Create an app at Dropbox

First, you need to create a new app on Dropbox for Cerb to connect to.

  1. Open https://www.dropbox.com/developers/apps and sign in.

  2. In the top right, click Create app.
  3. Select Dropbox API.

  4. Select the folders you want Cerb to be able to access.

  5. Name your app (e.g. “Cerb”).

  6. Agree to the Dropbox API terms and conditions.

  7. Click the blue Create app button.

  8. Configure your OAuth 2 Redirect URIs:
  
  https://YOUR-CERB-HOST/oauth/callback
  
  

Make a note of your App key and App secret for the next step.

Create the Dropbox service in Cerb

  1. Navigate to Search » Connected Services.

  2. Click the (+) icon in the top right of the list.

  3. Select Dropbox.

  4. Enter your App Key and App Secret.

  5. Click the Create button.

Link the connected account to Dropbox in Cerb

  1. Navigate to Search » Connected Accounts.

  2. Click the (+) icon in the top right of the list.

  3. Select Dropbox.

  4. Click the blue Link to Dropbox button.

  5. Accept consent on Dropbox.

  6. Click the Save Changes button.

Use the connected account in bot behaviors

You can use the connected account you just created to access Dropbox’s API from bot behaviors in Cerb. This is typically accomplished using the Execute HTTP Request action from a bot, and selecting the connected account in the Authentication: section.

You can import the Dropbox Bot package for a working example.