Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
gauravpant
11 months agoNew member | Level 1
How can I create Dropbox autosync feature for my app ?
Hello everyone, I want to create an Autosync like feature in my app where a user connects his dropbox account, I get his refresh token. Then, using the dropbox sdk , I want to autosync all his pdfs...
DB-Des
Dropbox Community Moderator
11 months agoHi gauravpant,
To clarify, webhooks are a way for web apps to get real-time notifications when users' files change in Dropbox. Once a webhook URI is registered, Dropbox will send an HTTP request to that URI every time there's a change in any of the accounts connected to your app. Feel free to review the documentation on webhooks for more information: https://www.dropbox.com/developers/reference/webhooks.
Additionally, the code snippet you provided, also appears to be listing a user's files and folders, downloading files, and also uploading files. Could you clarify what exactly is not clear? Are you seeing errors? What are you expecting the app to do that it is not doing?
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!