You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
rajhanskumar
4 years agoExplorer | Level 3
Get the Webhook Request from the SDK
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 th...
Greg-DB
Dropbox Staff
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?
rajhanskumar
4 years agoExplorer | Level 3
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.
- Greg-DB4 years agoDropbox Staff
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.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days agoIf 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 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!