Speaktech.in

wget or curl large file from google drive

Here is workaround which I came up download files from Google Drive to my your machine

  1. Select Share option for the file and share file to PUBLIC and with Edit permissions using advanced sharing.
  2. You will get a sharing link which would have an ID. See the link:-https://docs.google.com/uc?export=download&id=FILEID
  3. 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