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
selvir
5 years agoExplorer | Level 3
Webhooks Business API .NET
Hi. I'm using webhooks to monitor files/folders changes.
For personal accounts all is good, I manage to do it, but I do have issues with Team accounts.
First of all, I do have console app whi...
Greg-DB
5 years agoDropbox Staff
It sounds like the cursor you're using is probably for the member's "member folder", but not the "team space". (And so, if the changes happen to just be in the team space, you wouldn't see them by listing the member folder.)
The Dropbox API does offer the ability to access and list the contents and changes in the team space, but you'll need to configure your calls specifically to do so. You can find information on how to do so in the Namespace Guide.
In the .NET SDK, you can set the Dropbox-API-Path-Root header discussed in that guide by using the DropboxClient.WithPathRoot method. E.g., you can use that when first calling ListFolderGetLatestCursorAsync to get a cursor for the team space instead of the member folder.
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!