We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Dolphin_2018
7 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...
- 7 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
Dolphin_2018
Explorer | Level 4
Thanks, but it's not clear to me, how do I download and compile/build the example project at your second link? (Android app example) I don't see any download link for the whole project, should I download the files one by one? It doesn't looks so logic.
Another question, as I understand your old API v1 is not supported anymore and I need to use API v2 in my application in order to use the DropBox:
https://blogs.dropbox.com/developers/2017/09/api-v1-shutdown-details/
How do I determine if my application use API v1 or API v2?
Where do I see that?
Thanks.
Greg-DB
7 years agoDropbox Staff
You 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_20187 years agoExplorer | Level 4
OK Thanks, I will check it.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,876 PostsLatest Activity: 5 hours agoIf 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!