-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Google Maps Places API] - Text Search missing next_page_token in response #5385
Comments
can confirm this is a huge issue |
I can confirm this too, "nextPageToken" is never included. |
Can you try setting |
Adding in the autoPagination: false into the GAX options doesn't seem to work, unless I'm doing it wrong
Also, there doesn't appear to be any searchTextAsync function definition so it errors out when attempting to use that approach. |
Yesterday it worked for me but today not. Also in the API Text on Google page, filled with the Demo from the page, the nextPageToken does not appear. https://developers.google.com/maps/documentation/places/web-service/text-search?hl=en The example from the page
Makes it basically impossible to use this API :( |
Also having this issue. I'm sure it was working previously but no longer... |
I concur with @bscthartmann that this seems to be broken in the API itself. This curl request from the documentation does not return a token as specified: Reality
|
I can confirm—everything was working fine for me until around Sunday, August 25, 2024. However, my web app is now broken because the nextPageToken is no longer being returned in the API calls. I'm using the new Places API text search request (endpoint starting with https://places.googleapis.com/v1/places:searchText). I'm considering rolling back to the previous version of the Places API (endpoint starting with https://maps.googleapis.com/maps/api/place/textsearch). Can anyone confirm if the nextPageToken is still working with the older endpoint?" |
Unfortunately it is not working even with the older endpoint for me. I tried it but no token is returned in both version. |
Coming back to this thread - as it seems like I'm getting nextPageToken once again in my return as of today (31st Aug 2024) |
I can confirm that the nextPageToken is in the api call, but it's still not showing with PlacesClient |
Steps to reproduce
The text was updated successfully, but these errors were encountered: