CLI application for handling automated tasks for google drive.
- Create a new folder on google drive (if the folder doesn't exist already)
- Work in progress more features to come later...
- Create a new Google Cloud project or use an existing one: https://developers.google.com/workspace/guides/create-project
- Enable Drive API for your project: https://developers.google.com/workspace/guides/enable-apis
- Configure OAuth and download access credentials json file: https://developers.google.com/workspace/guides/configure-oauth-consent
- Rename the downloaded file to
credentials.json
and move it to the root of the project. - Run
pip install -r requirements.txt
Show available options by running:
python gdrivecli.py -h
Create a new folder on Google drive by running:
python gdrivecli.py -f foldername