We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Babel3d
7 years agoNew member | Level 2
Webhook notification .NET
Hello, I am working on a .NET app, which is integrated with the dropbox api. I managed to upload, list, delete files without any problems. Now, I am trying to use webhooks for my app. I have a ded...
- 7 years agoBy default, the listFolder/listFolderContinue methods will only return items in the folder you specify, and not in nested folders under that.
If you want nested results, you'll need to set recursive=true when first calling listFolder:
https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm
pcuycs
6 years agoExplorer | Level 3
hi Babel3d , Greg-DB
I'm working with dropbox webhook using asp.net api
I was created 2 uri, one for verify, another for received response message from dropbox and both are successfully.
the response message content
{"list_folder": {"accounts": ["dbid:yyyyyyyyyyyyy"]}, "delta": {"users": [xxxxxxxxxxxx]}}
But with above message
1. I don't know what are type of notifications raised? Add, Modified, Moved, Deleted -> at files & folders level ?
2. How do i know what is the file name and who has changed?
3. what does [xxxxxxxxxxxx] mean?
thanks for help!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months 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!