integrations/dropbox/hub.md
Integrate your bot with Dropbox to list, manage, and transfer files seamlessly between Dropbox and the Botpress files API.
Currently, the Dropbox integration only supports OAuth authentication using your own Dropbox app.
account_info.readfiles.metadata.writefiles.content.readfiles.content.writesharing.readhttps://www.dropbox.com/oauth2/authorize?response_type=code&token_access_type=offline&client_id=<App Key>. Make sure to replace <App Key> with the App Key you copied from step 3.
abcde, the URL should end in client_id=abcde.If you are using the File Synchronizer plugin, you need to set up a webhook in your Dropbox app to receive real-time file change notifications.
https://webhook.botpress.cloud/.Add.The integration provides actions to manage your Dropbox files effectively:
Use these actions in your workflows to seamlessly handle file operations between your bot and Dropbox.
Standard Dropbox API limitations apply. For more information, visit the Dropbox API documentation.