Description
One user of our marketplace app App Marketplace is getting the following error when calling https://zoom.us/oauth/authorize
:
{"status": false,"errorCode": 4700,"errorMessage": "Invalid client_id: <client_id>","result": null}
Here <client_id>
is the correct client_id for that app. Calling the same URL when logged in with any other Zoom account we’ve tried it with doesn’t produce that error.
Error
{"status": false,"errorCode": 4700,"errorMessage": "Invalid client_id: <client_id>","result": null}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
https://zoom.us/oauth/authorize
How To Reproduce (If applicable)
Not sure, since this is for one specific user. The URL that is being called is: https://zoom.us/oauth/authorize?response_type=code&redirect_uri=<correct_redirect_uri>&client_id=<correct_client_id>
Additional context
To me this looks similar to the problem described here: Invalid client_id: NAHy6vDXQyalMVmAwqPilw (4,700) . However, the proposed solution (creating a new OAuth app) is really not feasible for us, since we have many users using the app on a daily basis.