You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's trying to access a cookie named "gdown.cookie.temp" when executing the wget command, which doesn't exist, giving me the following error: Cannot open cookies file ‘gdown.cookie.temp’: No such file or directory
The text was updated successfully, but these errors were encountered:
It's true! In fact the script runs ok without using cookies at all.
The problem is that now I'm not sure that this behaviour were like this before or if gdrive has changed in these last 4 years...
I think the code can manage cookies correctly if they were set. As it is a 'minor' issue 'cause downloading is caught ok, I'm not planning to remove the cookies part... maybe I'll add an existence checking.
Thanks!
It's trying to access a cookie named "gdown.cookie.temp" when executing the wget command, which doesn't exist, giving me the following error:
Cannot open cookies file ‘gdown.cookie.temp’: No such file or directory
The text was updated successfully, but these errors were encountered: