I am migrating from dropbox api v1 to v2, so I need a plug and play SDK/framework for dropbox api v2. So can anyone help me for the same. Thanks in advance.
Thank you,
i have started migrating from v1 to v2 and i have downloaded SDK framework for v2. In api v1 there are direct uploadFile and loadFile functions which returns NSString and in v2 I am using uploadData and downloadData which returns NSData, is there any similar functions for upload and download file in v2 as v1 which returns NSString?
Try -downloadUrl:rev:overwrite:destination:.
Ok thank you.