cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Personal and Work account content

Personal and Work account content

PavelZ
Explorer | Level 3
Go to solution

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.

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

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".

View solution in original post

2 Replies 2

Greg-DB
Dropbox Staff
Go to solution

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".

PavelZ
Explorer | Level 3
Go to solution

Thank you for response!

Need more support?