PHP: Google Places API return REQUEST_DENIED
问题 I am getting "REQUEST_DENIED" when using Google places API to add a place. I had searched previous thread and I am pretty sure the key is correct, as it can be used for Google Places Search. Probably it's something to do with my coding? Here is my PHP coding: $jsonpost = '{ "location": { "lat": ' .$coordinate[0] .', "lng": ' .$coordinate[1] . ' }, "accuracy": 50, "name": ' . $locator_name .'", "types": ["other"], "language": "en" }'; $url = "https://maps.googleapis.com/maps/api/place/add/json