pydriveV3

A package that wrap over the google drive v3 apis


Install
pip install pydriveV3==0.1.2

Documentation

PydriveV3 is the module for access google drive from the server to server communication, We use Google service account for this.

Please click here to get the step to create the service account

Requirements

  • Python
  • Developer account in google
  • Service account key json

Installation

$ pip install pydriveV3

Sample usage

from pydriveV3 import Client

client = Client('service_credentials.json')

files = client.get_all_files()

Documentation

Please visit for documentation

Contribution

Pull requests are welcome.