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
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...
- 2 years ago
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-DB
2 years agoDropbox 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.
- user442 years agoExplorer | 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: 9 hours 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!