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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pydriveV3-0.1.2.tar.gz
.
File metadata
- Download URL: pydriveV3-0.1.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09311ba05f435e0e52151939049267d586bf2df69a38b9555aa73b8fa35e508a |
|
MD5 | 2dc05120a4d64f9dfb92c05af0e6e335 |
|
BLAKE2b-256 | c28ee0a80efc15b844b8c98e862d3aa57d3cdc4e6a2b754ec55af9b9125e4263 |