Hi, how can I download files from a shared link using JAVA api?
If you're using the official Dropbox API v2 Java SDK, you can use getSharedLinkFile (or getSharedLinkFileBuilder) to download the file data from a shared link.
(Alternatively, you can download directly from a shared link without using the API, via the parameters documented here.)