Access Token Expired Problem

Description
Getting Access Token Expired, even after refresh token is provided in every request

Error
Access Token is Expires, Error 124

Which App Type (OAuth / Chatbot / JWT / Webhook)?
App Type: Oauth2.0

Which Endpoint/s?
https://api.zoom.us/v2/users/me/meetings?page_size=300

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. when i refresh the access token, then on each api response i get this, Access Token is expired 124
    This is my refersh token

“refresh_token”: “”

  1. We do use the refresh token on every request we fires

Header: $header = array(“Content-Type: application/x-www-form-urlencoded”, “Accept: application/json”,“Authorization: Basic ***********”);

Body: $content = ‘grant_type=refresh_token&refresh_token=’;

  1. Token Url: https://zoom.us/oauth/token

We have integrated several applications using Oauth2.0 in our Pabbly Connect System we never faced such issue as we are facing in zoom app

Hey @pabbly

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

Hi

Couldn’t find suitable solution for my issue, please reply ASAP

Hey @pabbly,

Can you try un installing and reinstalling the app? Make sure you are using the latest access token after a refresh request.

I cannot reproduce the issue.

Thanks,
Tommy

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