googlemaps / googlemaps/google-maps-services-python
Including `page_token` leads to `INVALID_REQUEST` error for Places API requests
Aperta
triage me
type: bug
- Lingua principale
- Python
- Stelle
- 5k
- Fork
- 1.4k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The `places_nearby` and `places` methods accept a `page_token` parameter
```python
gmaps.places_nearby(
page_token=page_token,
# ...
)
```
Including it raises `googlemaps.exceptions.ApiError: INVALID_REQUEST` exception
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.