Had one google place API problem, evolved into another

Viewed 16

been trying to go through next page tokens, first it would give me same results as first page, now its been returning:

data: { html_attributions: [], results: [], status: 'INVALID_REQUEST' }.

my request looks like so:

https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=31.91012186518242%2C35.00434655874581&radius=1991.6555286611017&pagetoken=AcYSjRgMGpnDJP-fJX5e4uQTnq7s015pX7cbB6Xeh21yVdOiNdxLfRpm18BvSzHgHvpFba38MSPFEQvfQoE0-X09VNAnUqBfsk-Ea6m4O1l5S8fLCKtm34nDRoNZe54y_AUU73hqEaUFKaczxXAdroAejRyT-oSmtJMntnIFklxcJ-sWXUGlvzFBb641QEJEMRGR25psxSlhJBgFe7nyeyAjaw_gT6zYOJbWH7MwJbztGLDoAlXVGxumaAX-hUV_5st-mO0w2NQo0KzM3DmYrXLg4rcxUvQdnySO5PNpPkHh6YKcEit9leX6gXp3ACiA7jDe8gO-GzFE90YFKItCYom0T_gwY9NmiFGCnRfGU-lniO-M7JLeceY6ZRBRJUeO6lFvbLlsKQL8j_zcv8cJgM9KZnOysmiBryMwElFJyo7D9P5t&key=${insert_your_key_and_try...}

if copy and pasted to chrome it works, if I axios it it returned the response above. any saviors? I'd love to find a problem so I can fix it.

0 Answers
Related