I installed
pip install gdrivefs
my filesystem:
fs = fsspec.filesystem('gdrive')
Then get error `Module 'gdrivefs' has no attribute 'GoogleDriveFileSystem'
my env:
- python==3.11.8
- fsspec==2024.3.1
I check my gdrivefs in my local. It is different from your gdrivefs. But I didn't know how to install gdrivefs that is supported by fsspec