Dropbox

Integrate Graffo with Dropbox APIs on localhost

Graffo will access Dropbox on behalf of your users. You'll need to have each

Dropbox provides documentationarrow-up-right on how to implement OAuth 2.0. This guide will walk you through connecting Dropbox APIs to Graffo when running locally.

  1. Go herearrow-up-right to create the "Graffo integration" application

  2. Under Settings, add the Redirect URI. Use the appropriate URL for your environment:

    Production (Graffo Cloud): https://api.graffo.ai/source-connections/callback

    Local: http://localhost:8001/source-connections/callback

3.Under Permissions, select the following scopes:

account_info.read
files.metadata.read
files.content.read
profile
email
  1. Locate the App key and App secret under Settings. Add these credentials to the dev.integrations.yml file to enable Dropbox API integration.

Last updated