I am trying to create a sample application which will open the dropbox, authenticate and upload the document from drop box to my application. I am executing the sample code provided for Core API - Java and getting the following expection after authorizing - com.dropbox.core.DbxException$NetworkIO: java.net.SocketException: Unconnected sockets not implemented.
Could some one help me to resolve this issue real quick.