I'm struggling to find the way to get the DropBox Share URL from the components. I've been through a lot of confusing similar posts on the forum, but none work.
I'm using : FUploadedFile := TDropBoxItem(CloudDropBox.Upload(di.Path, FTempPDFFile));
Which always returns a nil object. The original TDropBoxItem - (di) has an empty string for Share. What is the correct way to upload a file to DropBox and retrieve the Share URL ?