Coder Social home page Coder Social logo

Comments (14)

JosephMcEvoy avatar JosephMcEvoy commented on June 19, 2024

Hi,

It is working with me on PS 5.1.18362.628. Are you able to install other modules?

Update: Per https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/ TLS 1.0 is no longer supported by Powershell Gallery. See blog post for more details.

from pszoom.

pompushko avatar pompushko commented on June 19, 2024

hello Joseph

Yes....

from pszoom.

JosephMcEvoy avatar JosephMcEvoy commented on June 19, 2024

Unless there are additional reports I believe the issue is with your local computer. I would suggest cloning from Github and importing manually.

from pszoom.

pompushko avatar pompushko commented on June 19, 2024

Strange...
This is help to me:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

But, have second problem:

PS C:\Windows\system32> C:\Scripts\PSZoom\PSZoom.ps1
VERBOSE: Retrieving Zoom API Credentials.
VERBOSE: Retrieved API Credentials.
VERBOSE: Generating JWT
VERBOSE: Generating Headers
VERBOSE: GET https://api.zoom.us/v2/users/[email protected] with 0-byte payload
Get-ZoomUser : The remote server returned an error: (401) Unauthorized.
At C:\Scripts\PSZoom\PSZoom.ps1:8 char:1

  • Get-ZoomUser -UserId "[email protected]" -ApiKey ...
  •   + CategoryInfo          : InvalidOperation: (:) [Write-Error], WriteErrorException
      + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-ZoomUser 
    
    
    
    

I create application and get key and secret. Still nothing :(

from pszoom.

JosephMcEvoy avatar JosephMcEvoy commented on June 19, 2024

Make sure you are copying the key and secret. Zoom also has an IM chat key which I have seen get confused with the key/secret.

from pszoom.

pompushko avatar pompushko commented on June 19, 2024

Copied many times ;(

IM chat key i need?

from pszoom.

pompushko avatar pompushko commented on June 19, 2024

Today i try do that on different workstation and same problem. But instillation was good and without any problems

Get-ZoomUser : The remote server returned an error: (401) Unauthorized.

124 Invalid access token.

from pszoom.

JosephMcEvoy avatar JosephMcEvoy commented on June 19, 2024

Do not use IM Chat history token. If you are using the correct key/secret maybe it is an issue with Zoom / you are not set up to use the API?

from pszoom.

pompushko avatar pompushko commented on June 19, 2024

@JosephMcEvoy i create JWT app and all fine from Zoom side

image

from pszoom.

JosephMcEvoy avatar JosephMcEvoy commented on June 19, 2024

Can you try the following:
Get-ZoomUsers -APIKey 'ApiKeyGoesHere' -ApiSecret 'ApiSecretGoesHere' -Verbose

Also for reference on what to copy:
image

from pszoom.

pompushko avatar pompushko commented on June 19, 2024

Do that twice :D

Get-ZoomUsers : The remote server returned an error: (401) Unauthorized.

from pszoom.

JosephMcEvoy avatar JosephMcEvoy commented on June 19, 2024

Try making a new account and using the credentials from the new account. I just tried this and it is working (with a free/basic account).

from pszoom.

pompushko avatar pompushko commented on June 19, 2024

@JosephMcEvoy i didnt know how to delete previous one.

I try create from different account - and cannot do that, because already exists.

image

from pszoom.

JosephMcEvoy avatar JosephMcEvoy commented on June 19, 2024

Try making a new Zoom account under a different email.

from pszoom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.