One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
patachuli
8 years agoExplorer | Level 3
Login on Dropbox and Upload files from Android
Hello team,
I am making a university project, make an app for android that required loguin on any account of Dropbox and upload a .csv file, among other things, but i dont know how to do it.
You can explain mi please? I`m using Andoid Studio and program for Android 6 version
Thanks, a hug.
- Greg-DB
Dropbox Staff
If you want to integrate with the Dropbox API on Android, we recommend using the Dropbox API v2 Java SDK:
https://www.dropbox.com/developers/documentation/java
There's an example app for Android in particular here:
https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android
It shows how to upload a file here:
https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/java/com/dropbox/core/examples/android/UploadFileTask.java#L62
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 22 hours ago
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 or Facebook.
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!