Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Tom_S
Contributor II
Contributor II

Next Page Token Error

Hello

I setup a REST API connector with the Zoom Phone API. It was working perfectly last week. Today, when I am trying to update the App I get the following error:

The following error occurred:
(Connector error: HTTP protocol error 400 (): {"code":400,"message":"The next page token is invalid or expired."})
 
The error occurred here:
[root]: LOAD [next_page_token],
                         [page_size],
                         [total_records],
                        [__KEY_root] AS [root.__KEY_root]
 
It appears that the REST connector is sending some cached next_page_token.
 
Any suggestions on how to overcome this error?
 
Thanks
Tom
 
 
1 Solution

Accepted Solutions
Tom_S
Contributor II
Contributor II
Author

I found the possible issue. The date range I was passing over may have resulted in a very large data set. I was requesting a month worth of data. When I changed the date range to a couple of days, the error disappeared. 

Most likely a limitation of the ZoomPhone API.

View solution in original post

1 Reply
Tom_S
Contributor II
Contributor II
Author

I found the possible issue. The date range I was passing over may have resulted in a very large data set. I was requesting a month worth of data. When I changed the date range to a couple of days, the error disappeared. 

Most likely a limitation of the ZoomPhone API.