Error scheduling meeting: {“code”:124,“message”:“Invalid access token.”}
not sure what i am missing.
I am adding required scope from Scope List.
Getting Auth Token successfully.But when creaeting meetinh link, getting above error
I have tried everything but not solution.
How recently did you request that access token? The token lifetime should be disclosed when you receive it, and it might expire after 1 hour. Basically, I’m wondering what ZoomMeetingScheduler.getAccessToken() does in your code snippet — perhaps it’s using a previously-retrieved token without checking for its expiration.
You might try appending &account_id=<your account id> to the above line. Additionally, if that doesn’t solve it, keep the account id addition but change the grant type to “account_credentials”