We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
mrschulz
9 years agoExplorer | Level 3
API Docs out of date ?
I am trying to quickly implement the v2 API, having discovered by error message that the v1 servers no longer run.
The documents I see refer to DBClientManager instead of DropBoxClientManager and the setResponse examples etc are not working.
Is this doc out of date? Is there a more up to date doc somewhere?
I am having a bit of a rough Canadian thankgivver here.
The latest version of the SDK is v3.3.3. If you're using 1.1.1, you will see the discrepancies with the current documentation you mentioned. We recommend updating to the latest version. For Cocoapods, you'lld need to run `pod update`. If your Podfile is set to require 1.1.1 (or some other version) specifically, remove the version number first (so that it looks like the sample) before the `pod update`.
4 Replies
- Greg-DB9 years ago
Dropbox Community Moderator
mrschulz I'm sorry to hear this caught you unaware. We notified developers by email, but it sounds like those emails unfortunately did not make it to you. If you need more time to migrate your app to API v2, we can offer an extension for access to API v1. To request that, please open an API ticket with the relevant app key(s).
Anyway, it sounds like you're referring to the official Objective-C SDK for Dropbox API v2. That documentation is up to date. What version of the SDK do you have installed? The latest version is 3.3.3. It sounds like you may be using an older version of the SDK itself. There were some renamed classes at one point.
- mrschulz9 years agoExplorer | Level 3
Hi Greg
Which version of the API is the newest? I am using the Cocoapod.
In the docs, DBClientsManager is referenced, while I am using DropboxClientsManager in the code.
Furthermore, thinks like the setResponse are not there - instead I have to use 'response'
The Podfile I am using is 1.1.1
For this pod, the example code does not compile.
I am going to open up this ticket you suggested so I can stop panicking, my customers are locked out and I am like a day of dev time plus Store cycle away from fixing this.
- Greg-DB9 years ago
Dropbox Community Moderator
The latest version of the SDK is v3.3.3. If you're using 1.1.1, you will see the discrepancies with the current documentation you mentioned. We recommend updating to the latest version. For Cocoapods, you'lld need to run `pod update`. If your Podfile is set to require 1.1.1 (or some other version) specifically, remove the version number first (so that it looks like the sample) before the `pod update`.
- mrschulz9 years agoExplorer | Level 3
pod update was the key there. Derp.
Thanks for the quick response on my other ticket; I have v1 access for a few months now, but having the right pod will let me finish this quickly too.
Great response time, thanks a bunch, wish I reached out sooner.
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!