Pyfilesystem2 implementation for Google Drive
Project description
fs.googledrivefs
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
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
Built Distribution
Hashes for fs.googledrivefs-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95f2e15a393a3f82943502b493dc4efeb27c6440dfcc1172e0b82bc964302948 |
|
MD5 | b3db42eefb0e254b94754a3471641df1 |
|
BLAKE2b-256 | bec6262704a403d909266d59135c6d0ea633843b785de12723026e8792f14e13 |