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 documentation on how to implement OAuth 2.0. This guide will walk you through connecting Dropbox APIs to Graffo when running locally.
Go here to create the "Graffo integration" application
Under
Settings, add the Redirect URI. Use the appropriate URL for your environment:Production (Graffo Cloud):
https://api.graffo.ai/source-connections/callbackLocal:
http://localhost:8001/source-connections/callback
3.Under Permissions, select the following scopes:
account_info.read
files.metadata.read
files.content.read
profile
emailLocate the
App keyandApp secretunderSettings. Add these credentials to thedev.integrations.ymlfile to enable Dropbox API integration.
Last updated
