Google distancematrix API without a key

2 views
Skip to first unread message

Anwar Mian via StackOverflow

unread,
Feb 13, 2015, 10:30:39 AM2/13/15
to google-appengin...@googlegroups.com

I have a python script to calculate driving distance between two points. Here's my my API call. I did not use any API Key.

urlGoogle = "https://maps.googleapis.com/maps/api/distancematrix/json?origins=" + origZip + "&destinations=" + destZip + "&mode=driving&units=imperial&language=en-EN"

Once while testing with lots of data I got an error of exceeding the limit. My question is how does Google track/monitor my usage without a key.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/28502990/google-distancematrix-api-without-a-key

geocodezip via StackOverflow

unread,
Feb 13, 2015, 10:55:42 AM2/13/15
to google-appengin...@googlegroups.com

By your server's ip address. Which could be problematic if you are on a shared server.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/28502990/google-distancematrix-api-without-a-key/28503507#28503507

Anwar Mian via StackOverflow

unread,
Feb 13, 2015, 12:00:40 PM2/13/15
to google-appengin...@googlegroups.com

I have a python script to calculate driving distance between two points. Here's my API call. I did not use any API Key.

urlGoogle = "https://maps.googleapis.com/maps/api/distancematrix/json?origins=" + origZip + "&destinations=" + destZip + "&mode=driving&units=imperial&language=en-EN"

Once while testing with lots of data I got an error of exceeding the limit. My question is how does Google track/monitor my usage without a key.



Anwar Mian via StackOverflow

unread,
Feb 15, 2015, 2:43:44 PM2/15/15
to google-appengin...@googlegroups.com

I have a python script to calculate driving distance between two points. Here's my API call. I did not use any API Key.

urlGoogle = "https://maps.googleapis.com/maps/api/distancematrix/json?origins=" + origZip + "&destinations=" + destZip + "&mode=driving&units=imperial&language=en-EN"

Once while testing with lots of data I got an error for exceeding the limit. My question is how does Google track/monitor my usage without a key.

Reply all
Reply to author
Forward
0 new messages