I am looking for how to use Dropbox Java SDK to generate pre-signed URLs for file upload and download. I tried various methods of key object DbxClientV2 but couldn't get anywhere.
I understand raw HTTP usage is given here, but I am looking for using Java SDK.