cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox 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: 

API V2 Java missing source files

API V2 Java missing source files

Itpuh
Explorer | Level 3

Hello. Recently i was trying to install new API V2 to my project, but faced a problem. I downloaded source files from https://github.com/dropbox/dropbox-sdk-java, but when i added sources from dropbox-sdk-java-master\src\main\java Compiler failed to compile due to missing files. For example - in file AccessErrorException.java there are line import 

com.dropbox.core.v2.auth.AccessError;

But there are no such file or even folder auth in v2. There are only folder callbacks

Where can i find full source code for api V2 to build on Java?

Thanks in advance.

1 Reply 1

Greg-DB
Dropbox Staff

The dropbox-sdk-java repository does contain all of the source code for the API v2 Java SDK, but if you want to build from source, you'll need to following the instructions in the Building from source section of the documentation. 

 

Alternatively, you can load the library from Gradle or Maven, or download the jar files directly, as covered in the Setup section.

Need more support?
Who's talking

Top contributors to this post

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