An utility to download google drive files with wget from the terminal !
- Website : https://geekofia.in/gdrivedl
- Language : Shell
Coded with ❤ for developers, will help them downloading files uploaded to google drive. They can easily download from terminal in their cloud development server, where on GUI present. Normal linux desktop users may find this helpful !
Download the latest debian package from this repo releases section. Then install it as any normal dpkg installation.
Example:
$ sudo dpkg -i gdrivedl_1.0.4_all.deb
Selecting previously unselected package gdrivedl.
(Reading database ... 246567 files and directories currently installed.)
Preparing to unpack gdrivedl_1.0.4_all.deb ...
Unpacking gdrivedl (1.0.4) ...
Setting up gdrivedl (1.0.4) ...
gdrivedl [-i <FILE_ID>] [-s <FILE_NAME>]
- Example:
gdrivedl 1xvhbFWetzTf9a1TueWJBcrzzVPycG1dg gdrivedl_demo.txt
-The FILE_NAME
argument is the name of the file you want to save as. It can also be a path. For example /home/user/test/demo.zip
- The
FILE_ID
argument is the google drive's unique ID for the particular file. This id is alpha numeric and can be found in described cases below:
Report bugs/issues here
screenshot