Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 618 Bytes

File metadata and controls

30 lines (26 loc) · 618 Bytes

PyGDrive

Google Drive cli in python G.P.L.3


How to install

  • Download:
    git clone https://github.com/Bytezz/PyGDrive
  • Install:
    cd PyGDrive/
    sudo make install

How to update

  • cd PyGDrive/
  • sudo python update.py

How to reinstall

  • cd PyGDrive/
  • sudo make reinstall

How to uninstall

  • cd PyGDrive/
  • sudo make uninstall

How to use

In the folder you want to upload place the file client_secrets.json, then run:

pygdrive

for upload all file on GDrive or run:

pygdrive help

for help.


DEVELOPER
LICENSE