Hi,
I am using the Google base data API to query for vehicle feeds
from Google Base. For a few requests, the queries work fine, return
the results and all. But then, queries start failing with '403
Forbidden error'. Even if i try the query for upto a few hours, i keep
getting the same error.
I am not sure what's happening here. Is google base shutting me off
thinking my query requests are automated (virus-form) requests. This
happens even though I authenticate my query requests with my google
account username, password and developer key.
For reference, this is the code i am using here.
// code to authenticate...set _GbaseService credentials and developer
key.
GBaseQuery gBaseQuery = new GBaseQuery(' snippets feed Uri');
// This fails with the 'error in executing the request: 403 Forbidden
error'
GBaseFeed gBaseFeed = _GBaseService.Query(gBaseQuery);
Does somebody know a solution for this?
Thanks.
Chandrasekar Sivaraman
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---