Google Map, "but your computer or network can send automatic requests."

I have a PHP project that works like a cake, but now google map api blocks it

I use a code like this to get geolocation data from a google map (address for coordinate conversion) with a small number of requests / days.

$base_url = "http://maps.google.com/maps/geo?output=xml&key=".KEY."&q=".urlencode($address);
$xml = @simplexml_load_file($request_url);

with KEY ad my google API key, but I started getting this error

We are sorry ...... but your computer or network can send automatic requests. To protect our users, we cannot process your request right now.

how can i fix this? The Google API Guide is useless ...

+4
source share
1 answer

Google Api , . .

, , ( , , ), ( 20 ) google api, . ... , :)

0

All Articles