| Gdrive_terminal |
-> drive module created for basic download and upload operations.
-> Based on Gdrive API.
-> client_secret.json is required as it is my application's metadata registered in Google.
-> verification is required, it will generate a credential file which will automatically authorise.
-> examples are given in example folder.
-> sources are provided with setup.py
-> to install use :
#python setup.py build
#python setup.py install