Learn how to make the most out of the Dropbox Community here 💙!

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...