We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
sagar_lonkar
2 years agoExplorer | Level 4
List folder returns shared folders & files even passing include_mounted_folders as false
We have following java method in SDK , but even passing false , it list shared folders
public ListFolderBuilder withIncludeMountedFolders(java.lang.Boolean includeMountedFolders)
https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
include_mounted_foldersBooleanIf true, the results will include entries under mounted folders which includes app folder, shared folder and team folder. The default for this field is True.
1 Reply
Replies have been turned off for this discussion
- Greg-DB2 years ago
Dropbox Community Moderator
That include_mounted_folders documentation indicates that it controls whether or not to include entries under the mounted folders. So, the mounted folder (such as a shared folder) itself will still be listed, but the contents of that shared folder should not.
If that's not what you're seeing, feel free to share the code and output.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,035 PostsLatest Activity: 7 years ago
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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!