Dropbox Share broken for already shared items

Unlike Dropbox API v1 TAdvDropbox control, the TAdvDropbox control for v2 of the API does not return the Share link for a file or folder if the file or folder is already shared.

Steps to Reproduce:

1. Login to dropbox and share a file via TAdvDropbox.Share, you'll get the shared url back.
2. Close the app and restart it.
3. Select the previously shared file and call TAdvDropbox.Share and you'll get no URL back.

I'm currently trying to figure out how to get this via the dropbox api, but I've been unable to figure it out.

Hi,


This issue has been fixed.
The update will be available with the next release of the TMS VCL Cloud Pack.

There is now a separate endpoint available in the DropBox API to retrieve existing share URLs.
The TAdvDropBox control will now automatically return the existing URL or create a new URL if it does not exist yet for the given file.