Getting Invalid access token during OAuth | Community
Skip to main content
Newcomer
March 27, 2023
Question

Getting Invalid access token during OAuth

  • March 27, 2023
  • 0 replies
  • 1 view

For some reason, i'm getting this error when connecting an OAuth app

 

"Invalid access token, does not contain scopes:[user:write:admin, user:read:admin, user:read, use (truncated...)"
 
This happens when calling the https://api.zoom.us/v2/users/me endpoint with the access token.
I've tested the same app with the development credentials and it works perfectly. I've also tested it with another app that we're using for our staging environment and it works with the production credentials.
 
Both apps have the same scopes:
meeting:write
user:read
 
Not sure what else to try...