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 はまだ評価されていません。