Hi, I am also having the same problem. Has the issue been resolved?
Having similar issues. I copied the JWT token generated from the Zoom Backend (where i also find api key and secret) and also copied the example from github (https://github.com/zoom/zoom-api-jwt/blob/master/index.js) But still get: { code: 124, message: ‘Invalid access token.’ }
I set the JWT to expire in 90 days so its valid. I can’t get it to work. Am I missing something here?
I just created a new JWT app and triple checked all credentials and am also facing this error
Guys, I think this issue is confirmed and reported in this post Can not create JWT app.
Maybe someone wants to lock this and edit the title of the other one since thats where the staff replied?
We faced same issue, and got
“code”: 124, “message”: “Invalid access token.”
Following the doc online, create JWT app with api key/secret, and generate Token for 1 week.
And it never work, whether using PostMan with Bearer Token/ or using C# code with header request.AddHeader(“authorization”, $“Bearer {token}”);
just wondering is anybody can help here?
Hey Everyone, we are aware of this issue and are working to fix it asap.
Stay updated here: Developer impacting changes during COVID-19
Thanks,
Tommy
Thanks tommy, we reactivate JWT app, and regenerate Token, that token works fine now.
But if we dynamical create a token using API key/secret, and give expired for 60 minutes etc.
That token still not work, we using C# JWT dotnet library
Hey @alan.chen, glad to hear test token is working now.
Was the token working before for you when generating using the C# library?
Thanks,
Tommy
Hi Tommy, Can you please help me out how to login programatically in zoom marketplace account where created App. So that I can consume APIs. What are step and login function.
Just FYI… I am integrating zoom API in web application.
And second thing I want to integrate video conferencing in my custom page instead using zoom environment or app. Please suggest.
Regards
Hey @s.nishant,
Do you mean you are trying to automate the OAuth sign in step? We also have JWT Authentication that does not require user interaction.
Checkout our Web SDK:
Thanks,
Tommy
Hi Tommy,
Issue 1 : I want use code to login through oAuth 2.0, without interface.
Issue 2: :
Here is my and seems can not getting full feature like audio and chat box etc.
iframe allow=“microphone; camera; fullscreen;” style="border: 0; height: 100%; width: 100%; left: 0; position: absolute; top: 0; "
src=“https://zoom.us/wc/76498547032/start?prefer=0&un=#meetingInfo.encrypted_passwor#” frameborder=“0” sandbox=“allow-forms allow-scripts” /iframe
Unable to join audio
can not send text
Regards
Hi Tommy,
I installed sdk and using JWT authentication… same issue is happening, can not use audio, vedio, chat etc feature… here is screenshot. Please advice.
Hi Tommy,
Need one quick help. I can join meeting through JWT. But for creating new meeting I have to use oAuth authentication. I can not use JWT and SDK. I write some code for oAuth 2.0 and creating below url
instead giving me code it is redirecting me on zoom login page please help me out and advice so that I can get my code to consume API.
Regards
Hi Tommy,
Please advice me on above as above url is redrecting me in login screen instead redirecting on my callback page. Please let me know how to login in zoom through code so that later I can generate my oauth 2.0 token and consume APIs Regards
Hey @s.nishant,
For future unrelated questions to the original topic, please create a new one.
Part of the OAuth process is authenticating into your Zoom account. Once you do so, you will get the auth code.
Thanks,
Tommy
Hi Tommy, My user id is 4LKz5AE2Ttqur3d2izBt6A, I am trying to create a meeting through oauth in php with curl. But getting error stdClass Object ( [code] => 124 [message] => Invalid access token. ). Initially i as using JWT, that was working fine for creating meeting. But due to short life of jwt token i moved to oauth app. Can you help me for checking that my oauth app is created perfectly if yes then why i am getting this error?
Hey @kanitmittal,
Please create a new topic and fill out the post template so we have enough info to help.
Thanks,
Tommy
No matter what I do, the response is
“code”: 124,
“message”: “Invalid access token.”
I am using Postman and this is the request…
https://api.zoom.us/v2/users?User-Agent=Zoom-Jwt-Request&content-type=application/json&Authorization=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOm51bGwsImlzcyI6IlI5Z0RVR0FRUUw2WUgtSzAtdDB2dVEiLCJleHAiOjE2MDg5NzI1ODAsImlhdCI6MTYwODk2NzE4MX0.8iAiGCSl1FKUlS1-Bi1Ps-Mb6zvx7rr74VSDDvt1jOQ
A lot of people had the same problem i April, but I never saw the solution to the problem.