Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Dolphin_2018
8 years agoExplorer | Level 4
Where can I find Full Simple DropBox example to download ?
Hi all, I'm looking for a simple DropBox example project that I can just download as a Zip file and then compile in my Android Studio and run on my Nexus 5 (Android) device. I need a simple proje...
- 8 years agoYou can clone or download the repo here:
https://github.com/dropbox/dropbox-sdk-java
There are instructions for running the Android sample, included with the repo clone or download at /examples/android, here:
https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android
If you attempt to make any API v1 calls, they will fail with `v1_retired`. The Android sample app only uses API v2, via DbxClientV2:
https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/java/com/dropbox/core/examples/android/DropboxClientFactory.java#L21
Greg-DB
Dropbox Community Moderator
8 years agoYou can clone or download the repo here:
https://github.com/dropbox/dropbox-sdk-java
There are instructions for running the Android sample, included with the repo clone or download at /examples/android, here:
https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android
If you attempt to make any API v1 calls, they will fail with `v1_retired`. The Android sample app only uses API v2, via DbxClientV2:
https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/java/com/dropbox/core/examples/android/DropboxClientFactory.java#L21
https://github.com/dropbox/dropbox-sdk-java
There are instructions for running the Android sample, included with the repo clone or download at /examples/android, here:
https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android
If you attempt to make any API v1 calls, they will fail with `v1_retired`. The Android sample app only uses API v2, via DbxClientV2:
https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/java/com/dropbox/core/examples/android/DropboxClientFactory.java#L21
Dolphin_2018
8 years agoExplorer | Level 4
OK Thanks, I will check it.
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!