Skip to content

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

Notifications You must be signed in to change notification settings

miguelangeltm/GDriveApiPython

Repository files navigation

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...

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages