Forum Discussion

PavelZ's avatar
PavelZ
Explorer | Level 3
7 years ago
Solved

Personal and Work account content

Hi,

 

I got an issue with getting work account top level content in iOS SDK. I'm using

[DBClientsManager setupWithAppKey: kDropbox_AppKey]; to setup and

[[DBClientsManager authorizedClient].filesRoutes listFolder: @""]; to fetch list of folders/files.

However it return my personal content only... How can i access one level up work content?

 

Thanks.

  • It sounds like your Business team is using the new team space and member folders configuration that some teams have access to. You can find information on interacting with this configuration in the Namespace Guide.

     

    The Objective-C SDK hasn't been updated with support for the "Dropbox-API-Path-Root" header yet though. I know the team plans to do so, but I don't have a timeline on that right now. I'll make sure to send this along as a request for that though.

    You can pass namespace IDs directly in "path" parameter values as shown there instead, e.g., like "ns:123456780".

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    It sounds like your Business team is using the new team space and member folders configuration that some teams have access to. You can find information on interacting with this configuration in the Namespace Guide.

     

    The Objective-C SDK hasn't been updated with support for the "Dropbox-API-Path-Root" header yet though. I know the team plans to do so, but I don't have a timeline on that right now. I'll make sure to send this along as a request for that though.

    You can pass namespace IDs directly in "path" parameter values as shown there instead, e.g., like "ns:123456780".