We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Team F.1
9 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 ...
- 9 years agoThat'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 Community Moderator
9 years agoThat'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
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.
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!