I'm the ObjectiveDropboxOfficial, and I need to list all the shared folders like the official Dropbox app for iOS. Can you tell me how to do this query? I tried different search options in the listFolders(...) api but to no avail. I do see that shared folder has a non-nil _sharedFolderID, so I guess I could search recursively and then only list the results that have a valid _sharedFolderID, but that might bring back a massive amount of data. Thanks for your help.