googlemaps / googlemaps/google-maps-services-python
Including `page_token` leads to `INVALID_REQUEST` error for Places API requests
未关闭
triage me
type: bug
- 主要语言
- Python
- 星标
- 5k
- 派生
- 1.4k
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
评估
这个 Issue 还没有评估数据。