Hello,

In an attempt to get my problem solved, and after reading tons of docs
from google and from this gorup, here is what happens in my case:

I have this [email protected] google account which I am registered
with for google base/merchants. I am using a programatic api to mainly
insert items to google base. I need to make some changes to that api
and I don't want to interfere with the "live" google account and
products listings, so I thought just use this 'dev' account.

For simplification purposes, using a session token, I query the items
feed (from a command line curl interface):

curl -H 'Authorization: AuthSub token="my_session_token"' -H 'X-Google-
Key: key="my_developer_key"' -H 'Content-Type: application/atom+xml'
http://www.google.com/base/feeds/items

The invariable response from google is:
<errors>
<error type="request" reason="Service not found"/>
</errors>

I have made many other tests, by supplying different/wrong tokens and
development keys in order to isolate the problem. Seems the issue is
linked to my token (any of them, as I generated a few session tokens,
and also tried with a one-use token)

Thanks in anticipation for any possible help on this.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" 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-base-data-api?hl=en.

Reply via email to