We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
user44
2 years agoExplorer | Level 4
Webhooks
I would like to make a feature request, to please add functionality of subscribing to particular or specific events. For example in my test OAuth2 client application I envision using events when user add or delete a file or folder in their Dropbox account and not the ones coming for every file change, but in its current form I am getting generic events for everything happening.
Furthermore, there is no field to see what sort of event happened, only way I could see is I need to make a call to /list_folder endpoint and traverse the whole thing to see what has actually happened.
Thanks! I'll pass this along as a feature request, though I can't promise if or when that might be implemented.
And yes, Dropbox webhooks only tell you when something has changed, but not what has changed. You'll need to use the /2/files/list_folder[/continue] functionality to get the actual entries. You don't need to start anew from /2/files/list_folder every time though. You can use /2/files/list_folder/continue with the last cursor you received to retrieve only the changes since that cursor was issued. Refer to the linked documentation for more information on using that functionality.
- Greg-DBDropbox Staff
Thanks! I'll pass this along as a feature request, though I can't promise if or when that might be implemented.
And yes, Dropbox webhooks only tell you when something has changed, but not what has changed. You'll need to use the /2/files/list_folder[/continue] functionality to get the actual entries. You don't need to start anew from /2/files/list_folder every time though. You can use /2/files/list_folder/continue with the last cursor you received to retrieve only the changes since that cursor was issued. Refer to the linked documentation for more information on using that functionality.
- user44Explorer | Level 4
That is quite helpful, thanks for directing me toward the right direction.
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 4 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!