I have a line of PHP that geoCodes an address as follows:
$geoco...@file("http://maps.google.com/maps/geo?
q=".urlencode($loc)."&output=csv&oe=utf8&sensor=true_or_false&key=".
$gMapKey);
Where $loc is the location and $gMapKey is my API Key.
I generated a key for by local dev hostname and for the working
domain. The script works fine on my local machine but not for the
domain it was created for. I have checked that I am using the correct
API Key and all's well there.
If I copy/paste the string URL generated above into the address bar of
my browser it works.
If I upload the script to another domain, it works.
Could my domain be blacklisted?
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.