-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I installed gdrivefs using pip. When I run your example script (in example_w_xarray_zarr.ipynb):
import gdrivefs
# use this the first time you run
token = 'browser'
# use this on subsequent attempts
#token = 'cache'
# shareable link to folder generated with
# https://drive.google.com/open?id=1FQzXM2E28WF6fV7vy1K7HdxNV-w6z_Wx
root_file_id = '1FQzXM2E28WF6fV7vy1K7HdxNV-w6z_Wx'
gdfs = gdrivefs.GoogleDriveFileSystem(token=token, root_file_id=root_file_id)
gdfs
I get the following error:
AttributeError: module 'gdrivefs' has no attribute 'GoogleDriveFileSystem'
Metadata
Metadata
Assignees
Labels
No labels