Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid request. Invalid 'cid' parameter. #3

Open
djo57 opened this issue May 5, 2023 · 3 comments
Open

Invalid request. Invalid 'cid' parameter. #3

djo57 opened this issue May 5, 2023 · 3 comments

Comments

@djo57
Copy link

djo57 commented May 5, 2023

Hello,

Great job for this bundle, I just had an error in the file /src/Service/CurlConnector.php with this link : https://maps.googleapis.com/maps/api/place/details/json?cid=%s&key=%s

I replaced cid by place_id : https://maps.googleapis.com/maps/api/place/details/json?place_id=%s&key=%s

Now it works fine.

You can also add the possibility on chose the order : reviews_sort=newest or most_relevant (by default) in your yaml conf file : https://maps.googleapis.com/maps/api/place/details/json?place_id=%s&key=%s&reviews_sort=newest in my case

@manuxi
Copy link
Owner

manuxi commented Sep 27, 2023

Well, would you make a pr?

@manuxi
Copy link
Owner

manuxi commented Oct 30, 2023

Changed the url but am not able to test this yet.

@djo57
Copy link
Author

djo57 commented Dec 6, 2023

Sorry for ma late response, I did not see your message. I will test your modifications as soon as possible ;) thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants