Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

team drive not working? #844

Open
plasticfist opened this issue Jan 10, 2024 · 1 comment
Open

team drive not working? #844

plasticfist opened this issue Jan 10, 2024 · 1 comment

Comments

@plasticfist
Copy link

plasticfist commented Jan 10, 2024

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:

  • Curiously, I noticed that I was able to create a shortcut in my personal drive, mount my personal drive, then access team files through the shortcut (though it shows up with a (8 character id), it seems to work like a symlink/folder...
  • for team_drive_id I tried both the google folder id from the team root level, and for the desired folder, same error.
  • I also tried removing auth and then re-authorizing, and clearing cache between steps
@chrisgeli
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants