Skip to main content

Google Drive driver for wcpan.drive

Project description

wcpan.drive.google

Google Drive driver for wcpan.drive.

Please use wcpan.drive.google.driver.GoogleDriver as the driver class.

Requirement

Need a client_secret.json file provided in config path. You can download it from Google Developer Console.

Config Example

In code:

factory = DriveFactory()
# put client_secret.json at here
factory.config_path = '/path/to/config'
# assign driver class
factory.driver = 'wcpan.drive.google.driver.GoogleDriver'
factory.load_config()

Or in core.yaml:

version: 1
database: nodes.sqlite
driver: wcpan.drive.google.driver.GoogleDriver
middleware: []

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

wcpan.drive.google-8.0.0.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

wcpan.drive.google-8.0.0-py3-none-any.whl (16.8 kB view hashes)

Uploaded Python 3

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