I'm using Objective-c SDK v2.
I used the initWithAccessToken method of the DBTeamClient class to get an instance of the DBUserClient class.
I used the listFolders method of sharingRoutes of DBUserClient to get the shared folders that exist in the root.
But, I don't know how to get the list of files that exist in the obtained shade folder.
It seems that the shade folder cannot be accessed by filesRoutes of DBUserClient.
What steps do I need to take to get a list of the files that exist in the shared folder?