You shouldn't NEED to provide an API key to load the jsapi loader or the Feeds API v1. The documentation tell you that you do because the big G values the key as a means for tracking you down should something go wrong. If you really want to include a key, set up a page on one of the countless free hosting sites that simply describes your application and provides your contact information. Use that url to generate your key. At least in the past, the jsapi has never checked keys off the local disk (i.e., FILE:// protocol) because they assume you're in development mode.
Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: [email protected] If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Mar 11, 2011, at 12:35 PM, Kevin S. wrote: > In order to use the Google Feeds API, I need to use google.load(), > which in turn requires an API key. When signing up for a key, you > must enter the domain of a website, and calls from that domain will be > allowed to use the API. > > I just want an html file sitting on my desktop to be able to use the > API. What can I do? > > Specifically, I'm just trying to write a little widget to check an xml > feed for me. > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" 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-ajax-search-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en.
