download file from google drive shell code example
Example: command line download file from google drive
$ wget "https://drive.google.com/uc?export=download&id=<fileId>" -O <fileName>
$ wget "https://drive.google.com/uc?export=download&id=<fileId>" -O <fileName>