Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Robert S.138
10 years agoHelpful | Level 7
Where is documentation for Obj-C API?
Where is the documentation for the API functions provided by the new Objective-C SDK? I mean for functions in the classes like
DropboxClientsManager
DBFILESListFolderResult
DBFILESListFolderEr...
Keith B.7
10 years agoHelpful | Level 7
Hi Robert, actually my API 1 app is using the Core API, not the Sync API. This involved writing a lot of code using the basic API 1 calls to work out what needs uploading and downloading, keeping a cache of the file states at the end of the previous sync and comparing that against changes on the server (using -loadDelta:) and locally whenever a sync is invoked.
From what I can see in the endpoints migration guide (<https://www.dropbox.com/developers/reference/migration-guide>), API 2 has everything I used in API 1, so it should "just" be a matter of rewriting the code to use the updated SDK methods, but the Objective-C SDK seems to have a lot more methods than v1 and it's going to be a lot of work going through the documentation trying to work out which v2 method corresponds with which v1 method. So what would be really useful is a simple mapping document, similar to the endpoints migration guide (but it doesn't need as much info), showing which methods in the v2 Obj-C API correspond to the methods in DBRestClient of API 1 (and which classes correspond). That's all that's really necessary, as DBRestClient contained all the main methods of the Core API.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!