Skip to main content

Pyfilesystem2 implementation for Google Drive

Project description

fs.googledrivefs

https://travis-ci.org/rkhwaja/fs.googledrivefs.svg?branch=master https://coveralls.io/repos/github/rkhwaja/fs.googledrivefs/badge.svg?branch=master

Implementation of pyfilesystem2 file system for Google Drive

Usage

fs = GoogleDriveFS(credentials=<google-auth credentials>)

# fs is now a standard pyfilesystem2 file system

fs2 = open_fs("googledrive:///?access_token=<oauth2 access token>&refresh_token=<oauth2 refresh token>&client_id=<oauth2 client id>&client_secret=<oauth2 client_secret>")

# fs2 is now a standard pyfilesystem2 file system

Running tests

To run the tests, set the following environment variables:

  • GOOGLEDRIVEFS_TEST_CREDENTIALS_PATH - path to a json file which will contain the credentials

  • GOOGLEDRIVEFS_TEST_CLIENT_ID - your client id (see Google Developer Console)

  • GOOGLEDRIVEFS_TEST_CLIENT_SECRET - your client secret (see Google Developer Console)

Then generate the credentials json file by running

python generate-credentials.py

Then run the tests by executing

pytest

in the root directory. The tests may take an hour or two to complete. They create and destroy many, many files and directories exclusively under the /test-googledrivefs directory in the user’s Google Drive

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

fs.googledrivefs-1.3.0.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

fs.googledrivefs-1.3.0-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file fs.googledrivefs-1.3.0.tar.gz.

File metadata

  • Download URL: fs.googledrivefs-1.3.0.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.0 CPython/3.7.5 Darwin/19.2.0

File hashes

Hashes for fs.googledrivefs-1.3.0.tar.gz
Algorithm Hash digest
SHA256 0a1699f4374c481d5c6d09717cf24dc02874ee28566e58a759b5532a6b75272e
MD5 bd883b591b415fa5df900f518e16e61e
BLAKE2b-256 2078b30d7b4cf4d3dd363d7179b04a41dca29983b30aeb858b60382da66a2751

See more details on using hashes here.

File details

Details for the file fs.googledrivefs-1.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for fs.googledrivefs-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 45ce5dc9cebadb7fa62af0275d9ecf7f6e191c47697f2b33b0402a6ac7895337
MD5 9603b6be8d95dfe5e395277f8aabb999
BLAKE2b-256 c8e56be7d3df9f89fef36195b53491e48d054caa06f0504de95345ee1606d047

See more details on using hashes here.

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