Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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?
https://www.dropbox.com/developers/documentation/http/documentation Is that a rhetorical question? Just use API documentation and implement whatever you want. 😉
Hope this helps.
[Cross-linking for reference: https://stackoverflow.com/questions/58993226/how-can-i-upload-a-file-on-dropbox-without-using-a-drop... ]
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.
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!