This program allows the user to upload and download files from Google Drive using the Google Drive API. Functions include
- Uploading files to Google Drive
- Downloading files from Google Drive
- Deleting files in Google Drive
To use this, you must have
- At least Python 3.6.5
- A Google Drive API Key (obtainable from here: https://developers.google.com/drive/api/v2/about-auth )
- The following packages installed
- PyDrive
- re
- requests
- http
- sys
- os
- apiclients
Remember to replace all of the credential files (credentials.json, mycreds.txt, clients_secrets.json, token.json) with the ones provided by the Google Drive API quickstart as you need your API info for it to work.