Skip to content

Instantly share code, notes, and snippets.

@anastabiti
Last active September 2, 2024 09:12
Show Gist options
  • Save anastabiti/e3d26ef96fd36025ba4089c4a452a51f to your computer and use it in GitHub Desktop.
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."
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