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

Kevin B.36's avatar
Kevin B.36
Collaborator | Level 8
7 months ago

Accessing Famil Room using the API V2

We have a use case where we access Dropbox and change folder and file names etc. This is particularly true of shared folders.

We note that it is not possible to change the filename or location of 'Family Room' (FR) folder so we need to be able to recognise it and put some sort of barrier around it.

 

This is particularly difficult, since we do not know FR is there because FR is NOT retuned with the list of shared folders using the API.

What am I missing here, how can I get a list of shared folders that includes FR?

 

Thanks,

Kevin

  • Unfortunately, you won’t be able to retrieve information about the Dropbox 'Family Room’ folder when calling the 2/sharing/list_folders endpoint. However, I'll pass this along as a feature request. I can't promise if or when that might be implemented though.

    If you would like to retrieve information about your Dropbox 'Family Room’ folder, you can execute the /2/files/list_folder[/continue] endpoint instead.

  • iNeil's avatar
    iNeil
    Icon for Dropbox Engineer rankDropbox Engineer

    Unfortunately, you won’t be able to retrieve information about the Dropbox 'Family Room’ folder when calling the 2/sharing/list_folders endpoint. However, I'll pass this along as a feature request. I can't promise if or when that might be implemented though.

    If you would like to retrieve information about your Dropbox 'Family Room’ folder, you can execute the /2/files/list_folder[/continue] endpoint instead.

    • Kevin B.36's avatar
      Kevin B.36
      Collaborator | Level 8

      Neil,

       

      Thank you for the detailed reply. Solution Accepted....

       

      Kevin