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

setup.sh -> Download of large file from google drive fails #14

Open
crossmanith opened this issue Jan 15, 2024 · 0 comments
Open

setup.sh -> Download of large file from google drive fails #14

crossmanith opened this issue Jan 15, 2024 · 0 comments

Comments

@crossmanith
Copy link

Downloading large files from google drive redirects to an intermediate page where you have to confirm that you want to download the file even if it can't be checked for viruses.

With wget and "confirm=t" as part of the download URL you can still download large files from the command line in a single command, e.g.

wget 'https://drive.google.com/uc?export=download&confirm=t&id=1gcCmsqJpbMsLSLmRfo3Afc_aTJVX7ziK' -O Capture_Regions.tar.gz

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