One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
PavelZ
7 years agoExplorer | Level 3
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
Dropbox 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".- PavelZExplorer | Level 3
Thank you for response!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 2 days ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!