harababurel/gcsf

HOWTO: Access Team Drives

ribalda opened this issue · 3 comments

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

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.