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
Invoke-ZoomRestMethod : Cannot process argument transformation on parameter 'Token'. Cannot convert the "System.Security.SecureString" value of type "System.String" to type "System.Security.SecureString".
At C:\Program Files\WindowsPowerShell\Modules\pszoom\2.0.4.0\Public\Users\Get-ZoomUser.ps1:85 char:25
... $response = Invoke-ZoomRestMethod -Uri $request.Uri -Method GET
On 2.0.3.0 it works fine. I run Connect-PSZoom and then can run commands like get-zoomuser
After updating to 2.0.4.0:
Connect-PSZoom runs normally (no error messages displayed).
Issuing a command like:
get-zoomuser [email protected]
Invoke-ZoomRestMethod : Cannot process argument transformation on parameter 'Token'. Cannot convert the "System.Security.SecureString" value of type "System.String" to type "System.Security.SecureString".
At C:\Program Files\WindowsPowerShell\Modules\pszoom\2.0.4.0\Public\Users\Get-ZoomUser.ps1:85 char:25
I downgraded back to 2.0.3.0 and it's working fine once again.
The text was updated successfully, but these errors were encountered: