send all files via cmd to google drive code example
Example 1: command line download file from google drive
$ wget "https://drive.google.com/uc?export=download&id=<fileId>" -O <fileName>
Example 2: wget google drive file
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O FILENAME
Example 3: cmd send file to google drive
cd ~
wget https://docs.google.com/uc?id=0B3X9GlR6EmbnWksyTEtCM0VfaFE&export=download