Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dropbox Sync API or Core API for pure Java

I want to if we could use the android sdk, which dropbox provides for Sync API, in a pure java project? if yes, how? what are the changes I need to make to an existing Android project using sync API in order to convert it to java project which would be used in a web app. If this is not possible kindly let me know if it is possible with Core API. Thanks.

like image 592
N A Avatar asked Dec 06 '25 06:12

N A


1 Answers

I'm not sure if you could make the Android Sync API work, but the Core API does have a Java SDK:

  • https://www.dropbox.com/developers/core/sdk
  • https://www.dropbox.com/static/developers/dropbox-java-sdk-1.5.3-docs/index.html
like image 168
user94559 Avatar answered Dec 08 '25 18:12

user94559