gdown

Download files from Google Drive when curl or wget fail

brewmacoslinux
Try with needOr install directly
Source

About

Google Drive Public File Downloader when Curl/Wget Fails

Commands

gdown

Examples

download file from google drive by url$ gdown 'https://drive.google.com/uc?id=FILE_ID'
download google drive file by id only$ gdown FILE_ID
download file and save with custom name$ gdown FILE_ID -O custom_filename.zip
download entire google drive folder$ gdown FOLDER_ID --folder
resume interrupted google drive download$ gdown FILE_ID --continue