Google Drive
From Indie IT Wiki
How To Download File Using WGET
add uc?export=download to the url...
wget --no-check-certificate "https://drive.google.com/uc?export=download&id=ID" -O filename.ext
How to sync from Linux to Google Drive with rclone
add uc?export=download to the url...
wget --no-check-certificate "https://drive.google.com/uc?export=download&id=ID" -O filename.ext
How to sync from Linux to Google Drive with rclone