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
Operon
7 years agoExplorer | Level 3
Get tree of all member directories
Hi, I'm using dropbox api v2 in order to make some integration between dropbox and my own Java application, I have a dropbox business account and my intention is to be able to represent in my applica...
Greg-DB
7 years agoDropbox Staff
It sounds like you're referring to the note in the DbxUserSharingRequests.listFolders documentation that says:
"Apps must have full Dropbox access to use this endpoint."
That is true, but only in the scope of user-apps (i.e., for the "Dropbox API"). Team-apps (i.e., for the "Dropbox Business API") have a different set of permissions.
You can also DbxUserSharingRequests.listFolders[Continue] with an app with the "team member file access" permission, via the "member file access" feature.
You don't necessarilly need to call DbxUserSharingRequests.listFolders[Continue] to get the shared folders though. If you're only interested in shared folders currently mounted in the member accounts, those will be included in the responses from DbxUserFilesRequests.listFolder[Continue].
I also posted an answer in a thread here to a similar question that may be helpful.
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!