One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
AmandaCifuentes
6 years agoExplorer | Level 4
How to get a Dropbox Connection in Java without using SDK?
How can I get a Connection with dropbox without using the dropbox core sdk?
DbxClientV2 client = new DbxClientV2(config, ACCESS_TOKEN);
I know how to do it that way. But I am not allowed to do it with an SDK and need to write my own client. How can I do that?
- ЗдравкоLegendary | Level 20
https://www.dropbox.com/developers/documentation/http/documentation
:laughing::grin: Is that a rhetorical question? Just use API documentation and implement whatever you want. 😉
Hope this helps. - Greg-DB
Dropbox Staff
[Cross-linking for reference: https://stackoverflow.com/questions/58993226/how-can-i-upload-a-file-on-dropbox-without-using-a-dropbox-sdk-in-java ]
That's correct, you can call the HTTPS endpoints from Java code without using the official Dropbox API v2 Java SDK, by using whatever HTTPS client you wish, such as okhttp, etc.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 36 minutes 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!