You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Same here. Also, it doesn't contain tokenPagination field in the second response. So, I can get only first 2 pages. I tried different maxResults, it returns only first 2 pages. And doesn't include pageInfo into response.
Version:v3-rev142-1.25.0
Code:
androidPublisher
.reviews()
.list(serviceAccount.getPackageName())
.execute();
Everything looks normal, I can get reviews list and tokenPagination, but the pageInfo alway be null.
The text was updated successfully, but these errors were encountered: