GDown - Download Files Directly From Google Drive

This should help a lot of googlers, apologies for the sloppy writing as I am not a content editor type and mods can clean it up.

Been searching a way to download large files from google drive via curl/wget and I almost gave up! And there she was,

GDOWN

Install PIP:
Centos/Rhel :

yum -y install python-pip

Debian:

apt install python3-pip

Install gdown:

pip install gdown

How to use Gdown:

Example Google Drive file link

https://drive.google.com/uc?id=1234&export=download

gdown --id 123 -O myfile.extension

8 Likes

Awesome, this will definitely come in handy! Thanks for sharing :slight_smile:

Obligatory Shitpost

I like my G-down low, down low, down low, down low, down low, down low, down low

11 Likes

This is really useful. Thank you.

1 Like

@SERIESN

Thanks for sharing :+1:

1 Like