We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Raheel S.
11 years agoExplorer | Level 3
Transition from Dropbox Datastore API to API v2
Okay, The dates coming close when the datastore api will get deprecated.
I need to think of a good way to transition my iOS app that essentially uses Dropbox Datastores as a way to store "text" no...
Greg-DB
Dropbox Community Moderator
11 years agoHi Raheel, for the fist part of your post, it sounds like you're looking for some feedback from other developers in a similar situation, so hopefully any such developers reading can chime in.
Regarding the "push" feature of the old Datastore API, do you mean how you would sync changes when/as desired? If you're using files with API v2 as described as a replacement, the equivalent there would just be a matter of uploading the new version(s) of the relevant file(s) when necessary.
Alternatively, if you're referring to a way to get low-latency notification of changes, that is available in API v2, using either:
- for client-side apps: https://www.dropbox.com/developers/documentation/http/documentation#documentation-files-list_folder-longpoll
- for server-side apps: https://www.dropbox.com/developers/reference/webhooks
Finally, we don't currently have an official SDK for Objective-C for API v2 yet, but I'll send this along as a request.
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!