Skip to main content

A package that wrap over the google drive v3 apis

Project description

PyDriveV3 is a wrapper module for Google drive API v3 enabling easy server to server communication. In order to use PydriveV3 with your application you need a Google service account. Please follow steps here to create a 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydriveV3-0.1.2.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page