A python app which connects Google Drive API with a MongoDB Database
The app developed in python makes an inventory of the belonging files to a user's Google Drive, making requests through the google API, and later creates a database in mongoDB with that info:
🐍 Python 3.x
🍃 Mongo DB Community Server 5.0.2
🔑 Google Drive account key + Google API OAuth 2.0 keys
You need to create client_secrets.json (google API keys) and credentials_module.json (Google Drive user keys) and writting on settings.yaml config file.
Just download the .zip file, enable your Google API console, grab the keys and that's all...