4 messages in com.googlegroups.google-base-data-apiRe: Problem with my API posts
FromSent OnAttachments
Manuel Holtgrewe10 Jul 2007 13:49 
Jeff S12 Jul 2007 10:33 
Manuel Holtgrewe13 Jul 2007 09:21 
P...@09 Aug 2007 06:08 
Subject:Re: Problem with my API posts
From:P...@ (chan@gmail.com)
Date:08/09/2007 06:08:55 AM
List:com.googlegroups.google-base-data-api

I got it Manuel: you're posting your item to the wrong url.

http://code.google.com/apis/base/starting-out.html#accessing To use the Google Base data API from your application, you need to:

* obtain an API key * know the URLs for the Google Base servers: o The default data server is http://www.google.com/base/

http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi/base/trunk/lib/google4r/base/client.rb?revision=73&root=google4r&view=markup BASE_URL = 'https://base.google.com/base/feeds/items' should be replaced by BASE_URL = 'https://www.google.com/base/feeds/items'

I hope this helped. Thanks for all the excellent work you're doing on google4r.

The code for sending a request can be found here:

http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi/base/trunk/li...

Thanks in advance,