403 Error and Cors Issues When Trying to Get Access Token

Description
I’ve seen this posted multiple times but I’ve yet to see an answer. I’m trying to get an access token with a Vue app but I keep getting a 403.

Error
403 Forbidden. Also getting CORS header ‘Access-Control-Allow-Origin’ missing but I’m thinking that’s due to the 403? Not sure.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
https://zoom.us/oauth/token

How To Reproduce (If applicable)
I’ve followed the instructions exactly, including the Authorization Code in base64.

Screenshots (If applicable)
Screenshot 2020-12-28 015410

Additional context
Add any other context about the problem here.

“All Zoom OAuth and API endpoints must be called from the server side of your application. If called from the client side, CORS errors will be thrown.”

Reading is fundamental smh. I TOTALLY missed this part. Welp, nevermind then.

1 Like

Hey @lloydinator,

You are correct, all APIs must be called from the server side or you will see CORs errors! :slight_smile:

If anything else comes up, feel free to reach out!

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.