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.