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?