Strange, when you go to the console (https://console.developers.google.com/) change to the correct Project, make sure the ‘Places API’ and the ‘Maps JavaScript API’ are both showing in the API list. Then under Credentials on the left menu, make sure that your API Key is showing restrictions set to none.
Also, try to test this URL by putting your Place ID and your Google API key in the URL.
https://maps.googleapis.com/maps/api/place/details/json?placeid=YOUR_PLACE_ID&key=YOUR_GOOGLE_API_KEY
That’s the same URL the plugin pulls reviews from, so if you can get to that then it should work.
-
This reply was modified 6 years, 4 months ago by jgwhite33.