Missing GetShare and GetLink for gdrive?

I see the GetShare/GetLink methods for DropBox and OneDrive, but not for GDrive. The manual mention the functions, but they are not there.

Hi,


For Google Drive you can use TTMSFNCCloudGoogleDriveItem.WebContentLink to get a link to the file and use the TTMSFNCCloudGoogleDriveItem.PublicShare boolean to indicate if the file is shared or not.
The manual will be updated to reflect this.