Closed scrthq closed 5 years ago
Google has deprecated the Teamdrives endpoint, replacing it with the new Drives endpoint.
I'm opening this issue to track progress towards being completely converted.
SupportsTeamDrives = $true
SupportsAllDrives = $true
TeamDrive
Drive
Remove-GSTeamDrive > Remove-GSDrive
*-GSDrive*
Hide-GSDrive
Show-GSDrive
Google has deprecated the Teamdrives endpoint, replacing it with the new Drives endpoint.
I'm opening this issue to track progress towards being completely converted.
Open Items / To-Do
SupportsTeamDrives = $true
withSupportsAllDrives = $true
on all functions that have it (link).TeamDrive
in the name to onlyDrive
, i.e.Remove-GSTeamDrive > Remove-GSDrive
.*-GSDrive*
functions to the new names to maintain backwards compatibility.Hide-GSDrive
) and unhiding (Show-GSDrive
)