Skip to content
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

Cannot open cookies file ‘gdown.cookie.temp’: No such file or directory #4

Open
infeedel opened this issue Jun 5, 2018 · 2 comments

Comments

@infeedel
Copy link

infeedel commented Jun 5, 2018

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

@circulosmeos
Copy link
Owner

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!

@circulosmeos
Copy link
Owner

BTW: gdown.cookie.temp file can be useful to download authenticated files (in a semi-automated fashion): see #6 (comment) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants