cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Java API - Ensure no deprecated code used for v1

Java API - Ensure no deprecated code used for v1

Team F.1
Explorer | Level 4
Go to solution

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

 

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution
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

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution
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
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?