-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
releasedtriage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
When calling the API with a token extracted from the last result
google_result = gmaps.places(page_token=token)
I get this error saying that I should specify query:
TypeError: places() missing 1 required positional argument: 'query'
But according to the API documentation, this shouldn't be the case.
https://developers.google.com/places/web-service/search#PlaceSearchPaging
Metadata
Metadata
Assignees
Labels
releasedtriage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.