You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Transferring ownership of Drive files fails due to the TransferOfOwnership parameter being named that instead of TransferOwnership. This causes the $request object to not see it as a property to add and subsequently ignores it.
This should work:
Add-GSDrivePermission-User $from-FileId $id-Role Owner -Type User -EmailAddress $to-SendNotificationEmail -TransferOfOwnership
but currently throws an error stating that TransferOwnership needs to be set when setting a new user as Owner.
Environment (please complete the following information):
OS: Windows 10 1803, macOS
PowerShell Version: All
PSGSuite Version: 2.13.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Transferring ownership of Drive files fails due to the
TransferOfOwnership
parameter being named that instead ofTransferOwnership
. This causes the$request
object to not see it as a property to add and subsequently ignores it.This should work:
but currently throws an error stating that TransferOwnership needs to be set when setting a new user as Owner.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: