I created a project in the Google apis Console that enables the Google Maps API V3 and Places API Services. I have provided billing information and verified my email.
In the API Access tab, I have generated an API Key but an orange exclamation point is shown on the tab. (The Overview tab indicates that both APIs have no known issues).
When I try a sample search within Chrome (https://maps.googleapis.com/maps/api/place/textsearch/xml?query=restaurants+in+Sydney&sensor=false&key=MyKEY) "Access Denied is returned in the Google Places status XML.
I assume the Access denied message has something to do with the orange exclamation point, but I have searched and searched for the meaning of this exclamation point to no avail.
Any insights as to the meaning of the exclamation point or reason for the Access Denied message are much appreciated.
EDIT I am now able to retrieve XML with status=OK, but the orange exclamation point remains; I still would like to know what it means.