dsoprea / GDriveFS

An innovative FUSE wrapper for Google Drive.
GNU General Public License v2.0
663 stars 96 forks source link

Team drive support #184

Open vijaymarupudi opened 6 years ago

vijaymarupudi commented 6 years ago

I think this would be very useful, however I'm not sure how hard it would be.

dsoprea commented 6 years ago

I'm not sure it isn't. Other than some properties not being populated for objects owned by a Team, it seems like the root-level Team folders should be present (if your account is associated with them). Have you tried?

vijaymarupudi commented 6 years ago

I have tested with an account that was shared a Team drive. I could only see my personal drive when I mounted.

dsoprea commented 6 years ago

You're right. It comes in alongside V3 changes though does not appear to require them.

Implementation roadmap:

https://developers.google.com/drive/v3/web/enable-teamdrives

vijaymarupudi commented 6 years ago

Oh I see, well I hope you have the time to implement them. Thanks for GDriveFS!