Discuss Dropbox Developer & API
Hii,
what is the difference between viewer and traverse access level provided in the https://api.dropboxapi.com/2/sharing/update_folder_member API. Kindly explain.
Thanks
You can find some more information about this kind of access under FolderSharingInfo, e.g., under FolderMetadata.sharing_info as returned by /2/files/get_metadata:
"traverse_only
Boolean Specifies that the folder can only be traversed and the user can only see a limited subset of the contents of this folder because they don't have read access to this folder. They do, however, have access to some sub folder"
For example, if a user should have access to a nested shared folder, but not the rest of the contents of the parent shared folder, they may have "traverse" rights to the parent shared folder so that they can "traverse" to the nested shared folder in the hierarchy without unnecessarily being able to access the rest of the parent shared folder contents.
You can find some more information about this kind of access under FolderSharingInfo, e.g., under FolderMetadata.sharing_info as returned by /2/files/get_metadata:
"traverse_only
Boolean Specifies that the folder can only be traversed and the user can only see a limited subset of the contents of this folder because they don't have read access to this folder. They do, however, have access to some sub folder"
For example, if a user should have access to a nested shared folder, but not the rest of the contents of the parent shared folder, they may have "traverse" rights to the parent shared folder so that they can "traverse" to the nested shared folder in the hierarchy without unnecessarily being able to access the rest of the parent shared folder contents.
Hi there!
If you need more help you can view your support options (expected response time for a 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!