astrada / google-drive-ocamlfuse

FUSE filesystem over Google Drive
https://astrada.github.io/google-drive-ocamlfuse/
MIT License
5.53k stars 351 forks source link

team drive not working? #844

Open plasticfist opened 8 months ago

plasticfist commented 8 months ago

I think I've followed the directions carefully (and tried multiple times). I authorize the label with the appropriate account, set the team_drive_id in the config file...

Everything seems to work with no errors, until I try to access the folder.

ls GoogleDriveTeam ls: cannot access 'GoogleDriveTeam': Input/output error

Notes:

chrisgeli commented 6 months ago

I'm also having issues with my team drive folders.

Initially, I didn't set up Team Drives, so I simply mounted the drive via

google-drive-ocamlfuse ~/GDrive

and when I run ls -l ~/GDrive, it listed the few files I have there.

In that same folder, I have some shortcuts to team folders, but for each one of them, ls emits

ls: cannot access 'GDrive/folder-name': Input/output error

and I cannot list their contents via ls -l ~/GDrive/folder-name because of the same.

After fusermount -u ~/GDrive I followed the Team Drives setup instructions for one of these shortcuts and mounted with

google-drive-ocamlfuse -label MyTeam ~/GDrive

but even using ls ~/GDrive then leads to the ls: cannot access 'GDrive': Input/output error.

Some system info: Installed google-drive-ocamlfuse.0.7.32 via the installing from source instructions on an up-to date Debian Bookworm system.