Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hello Team,
We have implemented webhook functionality as per your documentation of the Webhook and getting the Webhook request.
But i want to implement Webhook Process from the SDK. is there any way to do that ?.
Thanks & Regards
Rajhans Kumar.
The official Dropbox SDKs don't offer functionality for webhooks. Dropbox webhook notifications are meant for use via your own web framework, where you can retrieve the HTTP payload from the webhook notification.
Can you elaborate on what kind of webhook functionality you'd want in the SDKs?
Thanks for the response.
But I want to ask one more question when the user is adding a file and folder, or rename or delete the file and folder from the Dropbox account. Here in this scenario, I want an event-based notification having Dbid inside it. But I don't want it using a webhook. I want some other way with which I can get event notifications.
If you have a server-side app and want notifications of when changes occur in the accounts connected to your app, using webhooks is the best solution. For more information, I recommend reading the Detecting Changes Guide.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
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!