Forum Discussion

AmandaCifuentes's avatar
AmandaCifuentes
Explorer | Level 4
6 years ago

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?