-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
share not working #592
Comments
So my solution for the moment is as follows. Not ideal but better than nothing.
Ideally, it would be only one step: run the script. |
You need to add share permission in dropbox console and config the bash script again with new keys |
I was pretty sure I had done this before submitting the issue, but I did it again and it worked. I already had the permissions (sharing.read and sharing.write) enabled. I renamed the .dropbox_uploader config file and ran it as the first time. I entered the config data (access keys and code), uploaded a file and then grabbed the link without having to do anything else. Thank you for the hint. |
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!
The text was updated successfully, but these errors were encountered: