Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (16 loc) · 1.03 KB

GDriveApiPython

A python app which connects Google Drive API with a MongoDB Database

Project Info

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:

Relation diagram

image

Database graphical representation

image

Requirements

🐍 Python 3.x

🍃 Mongo DB Community Server 5.0.2

🔑 Google Drive account key + Google API OAuth 2.0 keys

https://developers.google.com/drive/api/v3/enable-drive-api

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.

Usage

Just download the .zip file, enable your Google API console, grab the keys and that's all...