HOWTO: Access Team Drives
ribalda opened this issue · 3 comments
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
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.
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.
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.