googlemaps / googlemaps/google-maps-services-python
Including `page_token` leads to `INVALID_REQUEST` error for Places API requests
Đang mở
triage me
type: bug
- Ngôn ngữ chính
- Python
- Star
- 5k
- Fork
- 1.4k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.