wget or curl large file from google drive
- By Preneesh AV --
- 25-Dec-2018 --
- 50 Comments
Here is workaround which I came up download files from Google Drive to my your machine
- Select Share option for the file and share file to PUBLIC and with Edit permissions using advanced sharing.
- You will get a sharing link which would have an ID. See the link:-https://docs.google.com/uc?export=download&id=FILEID
- Copy that ID and Paste it in the following link:-
wget --no-check-certificate -r 'https://docs.google.com/uc?export=download&id=FILEID' -O FILENAME