cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn about updates that we've made to the Search experience on the Android and iOS apps?Well, you can learn from Luke on the Mobile App team right here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Comments

what is the difference between viewer and traverse in access level

what is the difference between viewer and traverse in access level

paradoxIn
Explorer | Level 4

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

 

 

1 Accepted Solution

Accepted Solutions

Re: what is the difference between viewer and traverse in access level

Greg-DB
Dropboxer

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.

View solution in original post

1 Reply 1

Re: what is the difference between viewer and traverse in access level

Greg-DB
Dropboxer

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.

Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropboxer
What do Dropbox user levels mean?
Need more support?