Skip to content

arthurbdiniz/Google-Drive-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Google-Drive-CMD

Requirements

Python 3+ and Pip3

Step 1: Turn on the Google Sheets API

Access https://developers.google.com/sheets/api/quickstart/python

Step 2: Install the Google Client Library

Run the following command to install the library using pip:

pip3 install --upgrade google-api-python-client oauth2client

See the library's installation page for the alternative installation options.

Step 3: Run it

Run the app using the following command:

python3 main.py

Commands

  • List
$ list <number>
  • Empty Trash
$ empty_trash
  • Get Item
$ get <id>
  • Create
$ create_folder <name>
$ create_spreadsheet <name>
$ create_document <name>
$ create_drawing <name>
$ create_form <name>
$ create_slide <name>
$ create_file <name> <id> <path> <type>
  • Delete
$ delete <id>
  • Logout
$ logout
  • Quit
$ quit

About

Shell that uses Google Drive Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages