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

scrouet's avatar
scrouet
Explorer | Level 3
7 years ago

What is traverse_only for?

Hi,

 

I noticed the traverse_only entry within several endpoints' returns (create_folder_v2, list_folder...). What is it for and how can it be set?

  • Hello scrouet,

     

    traverse_only is one of several possible access rights a given user can have to content within Dropbox, as stated in our Content Access Guide here:
    https://www.dropbox.com/developers/reference/content-access-guide

    traverse-only: If true, the user only has traversal rights on the folder.
    Explicitly enumerating the folder with list_folder will only return the subset of paths the user
    has access to.

    This basically means that the user in question may have full access to sub-folders while not necessarily having full access to all of the parent folders. Yet in order to access the sub-folders, the user needs to "traverse" the parent folder(s). The user can't read or see any contents but for the sake of folder tree structure navigation, they are allowed to move through those folders to get to the content they do have access to.

     

    The Content Access Guide describes all other possible values as well.

     

    Hope that helps!

     

    -Chuck

    • scrouet's avatar
      scrouet
      Explorer | Level 3

      Hi Chirstius,

       

      Thank you for your answer. Is there a way to set it? When I share a sub-sub-folder of a team folder to a group, without granting any access on its parents folders (because I do not want to grand access to other sub-sub-folders), this sub-sub-folder is displayed directly at the top level of the users' Dropbox, without complete tree-structure. This is not much user-friendly.

      • chirstius's avatar
        chirstius
        Icon for Dropbox Staff rankDropbox Staff

        scrouet-

         

        I have a hunch that your team has not moved to Team space and member folders yet, which means the results you are seeing are to be expected. Under the previous model if you share a folder with a user that does not have access to the root Team folder, it will be handled as if it's regular share. You can find this information here:
        https://www.dropbox.com/help/business/team-folders

         

        So for the moment, this is the expected behavior.

         

        -Chuck