Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

download google drive file ubuntu

sudo wget "https://drive.google.com/uc?export=download&id=replace_this_by_file_id"
Comment

install google drive on ubuntu

<<<<<<<<<<<<<<<<<<<<<<<<<
#install google drive
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt update && sudo apt install google-drive-ocamlfuse
google-drive-ocamlfuse
mkdir -v ~ / myGoogleDrive
google-drive-ocamlfuse ~ / myGoogleDrive
<<<<<<<<<<<<<<<<<<<<<<<<
Comment

download google drive file linux

gdown https://drive.google.com/uc?id=<file_id>  # for files
gdown <file_id>                                 # alternative format
gdown --folder https://drive.google.com/drive/folders/<file_id>  # for folders
gdown --folder --id <file_id>                                   # this format works for folders too
Comment

download google drive file linux

pip install gdown
Comment

PREVIOUS NEXT
Code Example
Shell :: git remove deleted remote branches 
Shell :: symfony install website skeleton 
Shell :: stop npm running on port 3000 
Shell :: change file name in terminal 
Shell :: docker redis image 
Shell :: install sweetlalert angular 
Shell :: install drush ubuntu 20.04 
Shell :: install criterion ubuntu 
Shell :: pip install google trans 
Shell :: git new branch push to remote 
Shell :: how to force remove a directory in kali linux 
Shell :: get size of image linux 
Shell :: linux how to open .x86_64 
Shell :: delete logs older than 7 days linux 
Shell :: specific branch clone git 
Shell :: add and remove users in Linux 
Shell :: video converter for ubuntu 
Shell :: shell view binary file 
Shell :: linux grep recursive 
Shell :: ubuntu 20.04 ntfs read only 
Shell :: install vlc ubuntu 
Shell :: how to push local repo to github 
Shell :: bash see size of directory 
Shell :: wsl --install 
Shell :: changing master to main 
Shell :: zsh aliases 
Shell :: sudo cd 
Shell :: nano for windows 
Shell :: ubuntu dns config 
Shell :: Run Google Colab With Local Files 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =