-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
I first want to thank you for a great script. I have been using it since April 2023.
Today, for the first time, I had to use the "share" command right after uploading a file. The two operations are in a script to upload a file and mail the shared link.
My issue is exacly the same as reported in August 2021 (536). Actually, while "share" does not work in my script, it does work AFTER I display the shared link in the Dropbox app (android in this case) by clicking on the file and then Copy Link in the drop-down menu.
So it looks like the link does not exist until it is generated by my actions in the app, and only then does the "share" command properly return the link. I suppose it means the issue is with the moment when the link becomes available for the "share" command to grab it.
Do you have any suggestions to make it work in a practical way?
Thanks!