harababurel / gcsf

a FUSE file system based on Google Drive
MIT License
2.36k stars 88 forks source link

HOWTO: Access Team Drives #51

Open ribalda opened 5 years ago

ribalda commented 5 years ago

Mount team drives:

Is is possible to access team drives?

https://gsuite.google.com/learning-center/products/drive/get-started-team-drive/#!/ https://github.com/astrada/google-drive-ocamlfuse/wiki/Team-Drives

harababurel commented 5 years ago

Not at this point. I might implement this in the future (#52) but so far I haven't personally used any team drives so it was not an essential feature for my use case.

Cubox commented 5 years ago

Accessing team drives would be a really great feature. Here is the API link for enabling Team Drives: https://developers.google.com/drive/api/v3/enable-teamdrives The work needed to support Team Drives is quite small, just passing to the api teamDriveId and supportsTeamDrives should suffice to make it (just) work.

Michael-Stokoe commented 5 years ago

If it's that easy can someone do a PR? haha.

Kinda need this :(

I'd look at doing it myself but I don't know Rust at all.