Skip to content

An utility to download google drive files with wget from the terminal !

License

Notifications You must be signed in to change notification settings

chankruze/gdrivedl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About gdrivedl

An utility to download google drive files with wget from the terminal !

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 !

Installation

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) ...

Usage

  • gdrivedl [-i <FILE_ID>] [-s <FILE_NAME>]
  • Example: gdrivedl 1xvhbFWetzTf9a1TueWJBcrzzVPycG1dg gdrivedl_demo.txt

Instructions

-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

Report bugs/issues here

screenshot

Screenshot