googlemaps / googlemaps/google-maps-services-python

Including `page_token` leads to `INVALID_REQUEST` error for Places API requests

Open
#498 1 comment 4 reactions 0 assignees View on GitHub
triage me type: bug
Dominant language
Python
Stars
5k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.