Can anyone please help me to list all the files in a dropbox's specific folder using the V2 api, NOT V1.
There is no DBSession class anymore. Then how to let the app know that the user had already authenticated. In the V1 version we used to write something like-
[[DBSession sharedSession] isLinked];
But now we don't have DBSession.
Also we don't have DBRestClientDelegate. So, how can we use loadMetaData:
method either. What are the replacement for these methods.
Can anyone please provide some sample code to list and download the files from dropbox using Dropbox SDK version V2.