One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Team F.1
8 years agoExplorer | Level 4
Java API - Ensure no deprecated code used for v1
I understand the removal of the V1 API is coming up in a couple of months. For the Java API is it enough to be running 2.06 or 3.0.0 of the Java API? Maybe there are deprecated methods, or anything else to check to ensure we will continue to be compliant?
Joel
- That's correct, API v1 is deprecated and will be retired in a few months:
https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/
The 2.0.6 and 3.0.0 releases of the Java SDK both contain API v2 functionality, but also contain API v1 functionality, for backwards compatibility. You should check that you're not using any of the functionality from the "v1" folder:
https://github.com/dropbox/dropbox-sdk-java/tree/master/src/main/java/com/dropbox/core/v1
- Greg-DB
Dropbox Staff
That's correct, API v1 is deprecated and will be retired in a few months:
https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/
The 2.0.6 and 3.0.0 releases of the Java SDK both contain API v2 functionality, but also contain API v1 functionality, for backwards compatibility. You should check that you're not using any of the functionality from the "v1" folder:
https://github.com/dropbox/dropbox-sdk-java/tree/master/src/main/java/com/dropbox/core/v1
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,945 PostsLatest Activity: 4 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!