We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Keith G.9
11 years agoNew member | Level 1
Saving Data Directly from AJAX to Dropbox
I'm trying to avoid having to create static files. I would like to submit data directly to Dropbox with AJAX.
I tried one method of adding post data to the options to the url which returns the co...
Greg-DB
Dropbox Community Moderator
10 years agoWerner, the .js library you mentioned was only built for JavaScript. (Also, note that the Datastore API is deprecated.) For Android, you'd likely be better served by one of the Android/Java SDKs. For example for API v1 a.k.a. the Core API, there's an official SDK written in Java for Android here:
https://www.dropbox.com/developers-v1/core/sdks/android
Or for API v2, there's a Java SDK that supports Android here:
https://www.dropbox.com/developers/documentation/java
(Unless you mean you want it to work in the browser on Android, in which case the same JavaScript library should work like in any other supported browser.)
If you have any specific questions, feel free to open a new thread with the specifics.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!