Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invoke-ZoomRestMethod Stopped working #37

Closed
I-FGSD opened this issue Jul 7, 2021 · 1 comment
Closed

Invoke-ZoomRestMethod Stopped working #37

I-FGSD opened this issue Jul 7, 2021 · 1 comment

Comments

@I-FGSD
Copy link
Contributor

I-FGSD commented Jul 7, 2021

Did something change in the past few months where my custom functions to Set-ZoomIMGroup and Set-ZoomRole no longer work properly?

When I run them I get this error:
New-ZoomHeaders : The term 'New-ZoomHeaders' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

If I run this:
$Token = New-ZoomApiToken -ApiKey $ZoomApiKey -ApiSecret $ZoomApiSecret

it gives me an error like:
Get-ZoomApiCredentials : The term 'Get-ZoomApiCredentials' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

I don't see any reference to New-ZoomHeaders or Get-ZoomApiCredentials as actual functions... where do I get those from?

@I-FGSD
Copy link
Contributor Author

I-FGSD commented Jul 7, 2021

Darnit... I just figured out the issue...

We have a new-ish policy in place to block certain web addresses. JWT.io was one of those addresses (well, .io addresses in general). Unblocking that specific site and reinstalling the module seems to have fixed the problem. Sorry to bother.

@I-FGSD I-FGSD closed this as completed Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant