Last active
September 2, 2024 09:12
-
-
Save anastabiti/e3d26ef96fd36025ba4089c4a452a51f to your computer and use it in GitHub Desktop.
Download a large file from google drive by curl in a linux terminal , and bypass "file exceeds the maximum file size that Google can scan."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy the id of the file and its name | |
curl -L -o FullFileNameWithExtension "https://drive.usercontent.google.com/download?id=exampleid&export=download&confirm=yes" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment