Hello,
The app I am working on is using dbx java sdk v1, and I started the migration to sdk v2.
Previously, in v1, the DbxClientV1 had:
- a method for creating a shareableUrl -> .createShareableUrl(path).
- a method for creating a temporaryDirectUrl -> .createTemporaryDirectUrl(path)
In DbxClientV2, i only found .getTemporaryLink(path), but i assume this is a replacement for the previous .createTemporaryDirectUrl(path).
I'd like to know how can i generate the shearable URL using sdk v2.
What alternatives do I have ?
thanks a lot,
-victor