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

google drive #86

Open
zhangdabusy opened this issue Nov 12, 2021 · 0 comments
Open

google drive #86

zhangdabusy opened this issue Nov 12, 2021 · 0 comments

Comments

@zhangdabusy
Copy link

hello, jackroos
1:I want to know if google drive files can be download by command gdown, and I try "gdown https://drive.google.com/u/0/uc?export=download" for the bert model file, it does not work.
2Or wget -c ...... It can not work. And I try to use the command from others--
wget --load-cookies /tmp/cookies.txt "https://drive.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://drive.google.com/uc?export=download&id=${fileid}' -O- | sed -rn 's/.confirm=([0-9A-Za-z_]+)./\1\n/p')&id=${fileid}" -O ${filename} && rm -rf /tmp/cookies.txt
I

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

No branches or pull requests

1 participant