Yup! Video and liveblog http://www.greglinch.com/2010/05/onadchacks-hackers-meetup-may-2009.html
The Google Maps API server rejected your request. The “client” parameter specified in the request is invalid
Hi,
I have pointed one of site to my site.
and Generated key for that.
But it thrown an error “The Google Maps API server rejected your request. The “client” parameter specified in the request is invalid”.
Please help me.
Leave a Reply
You must be logged in to post a comment.
2 Answers
The new google maps api needs to have the sensor parameter on the end of the query string. You can check it out in the docs here:
http://code.google.com/apis/maps/documentation/geocoding/#GeocodingRequests
Otherwise it'll throw this confusing error. So to geocode an address you need to do:
where that last bit (&sensor=false) is the important bit. It's a new thing and that query parameter specifies whether you're on a location aware device (such as an iphone).
Leave a Reply
You must be logged in to post a comment.
You'll likely find better help over at the Google Maps API Google group.
Leave a Reply
You must be logged in to post a comment.
Apologies if this is repetitive (I actually haven't had a chance to read through this thread yet). This was part of my answer to the "What should a Hacks/Hackers glossary aimed at programmers contain?" thread and Phillip asked me to post it here:
...Introduce programmers to how newsrooms operate, because programmers who join newsrooms are likely there to work on projects that compliment reporting. Introduce programmers to the basic editorial structure: how newsrooms are organized; how newsrooms operate day-to-day; how stories go from concept, to reporting, to editing, to publish; who and how many people a programmer is likely to be working with on a project (in our case: reporters, several editors, designers, the copy desk, the web producers, in some cases, IT), etc.
It would be great to see case studies of how projects came to be. The WaPo's recent "Top Secret America" would be a good one. Derek Willis gave a really interesting talk at an ONA meetup on producing NYT's Toxic Waters . The video is somewhere online, but I can't find it. Greg Linch probably has the link, so hopefully he'll see this.
Leave a Reply
You must be logged in to post a comment.
Your Answer
Please login to post questions.

A pointer to the expert group isn’t an answer? The terse nature of the query and the minimalist profile information of the OP indicated to me the OP was in a hurry. While your answer is on point, it is three weeks after the fact.
And while I realize answers posted here are a resource for all, so is viable community. According to the OP’s profile, he/she hasn’t logged back in since posting.
Voted this down b/c we should try and answer questions like this.