Will download from a Google Drive shared link using wget. Swap out <google-file-id>
and <file-name>
with Google’s unique file ID shown in shared URL and a file name where you want to download it to.
wget --no-check-certificate -r 'https://docs.google.com/uc?export=<google-file-id>' -O <file-name>