One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
mrschulz
8 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`.
- Greg-DB
Dropbox Staff
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.
- mrschulzExplorer | 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-DB
Dropbox Staff
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`.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 12 hours ago
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 or Facebook.
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!