Description
When I call the “meeting API” and the number of meetings is more than 300, I can get the next_page_token.
I know that the expiration time of the next_page_token is 15 minutes.
However, I saw a behavior that the next_page_token expires in 1 minute.
Have you changed the expiration time of next_page_token ?
Error
{
“code”: 300,
“message”: “The next page token is invalid or expired.”
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Hi @gianni.zoom , I am very sorry for the delay in replying.
It is difficult to reproduce this event.
I can’t attach an image of the log due to user level issues, so I’ll explain briefly
I have implemented a parallel call to Zoom’s meetingAPI. I set the time interval between calls to be 1 minute.
I could get the meeting information from page 1 to 5, but not from page 6 to 8.
Is it possible that the next_page_token is not available after 1 minute?
This seems to be unexpected behavior. What we would need to look into this are the API call information such as the url with the meeting id, and the date/date-range in which you experienced this. Then I can see if there are any code 300 error responses to match what you’ve experienced and check the time in which each call was made. You can send that info to developersupport@zoom.us with a link to this thread.