Description
Created oAuth app in Zoom market place account level managed ,
setup as described in documentation .
But only autorization allow to developer acccount
when I login with another user id password (account) it throws error :-
Invalid client_id: xxxxxx (4,700)
Error
Invalid client_id: xxxxxx (4,700)
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
https://zoom.us/oauth/authorize?response_type=code&client_id=xxxxx&scope=contact%3Aread%2Cmetting%3Aread%2Cmetting%3Awrite&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fapi%2Fmettings%2FgetAllMettings&state=13b1281c-4e43-4ce2-8c51-5ab68d4a94f0
How To Reproduce (If applicable)
when authenticated user login to app , shows only their content
Like me loggin to account show my all metting ,same when other loggin in
Additional context
Hey @narendramalviya,
Can you please double check the following?:
- You’re including your redirect URL as a Whitelist URL as well
- If you’re installing the app, you’re doing so with a user within your own account (we do not support installing your OAuth app outside of your account unless you publish your app publicly on our Marketplace)
Let me know—thanks!
Will