Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
suzuka
8 years agoExplorer | Level 4
How to add webhook in simple java project
I have used Java SDK to develop simple upload, download methods. Now I want to add support of webhooks in the same project. I don't find a good example for that anywhere. I don't want to move my project to spring.
- You can find the documentation for webhooks here:
https://www.dropbox.com/developers/reference/webhooks
Receiving webhooks isn't dependent on what, if any, Dropbox SDK you use, so the official Dropbox SDKs don't offer resources for it. Once you register a Dropbox webhook URI, Dropbox will send a POST request to the URI you registered when something changes in any of the accounts linked to your app. You can use whatever web framework you want for handling that, just like any other HTTP request.
1 Reply
- Greg-DB8 years ago
Dropbox Community Moderator
You can find the documentation for webhooks here:
https://www.dropbox.com/developers/reference/webhooks
Receiving webhooks isn't dependent on what, if any, Dropbox SDK you use, so the official Dropbox SDKs don't offer resources for it. Once you register a Dropbox webhook URI, Dropbox will send a POST request to the URI you registered when something changes in any of the accounts linked to your app. You can use whatever web framework you want for handling that, just like any other HTTP request.
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!