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.