This happens even when I dont authenticate; I mean when I just use the developer key to set up the request, not my google username and password.
And what is the limit on the number of query requests per day? I believe that could be the problem, but I want to make sure. I am making a few hundred requests, which might be surpassing the limit imposed by google base? On Mar 5, 5:14 am, Tom Wilson <[email protected]> wrote: > You don't need to authenticate with the snippets feed, maybe thats > were the problem lies. > > Apart from that how many request are you sending ? > > Tom Wilson > Freelance Google Base Developer and Consultantwww.tomthedeveloper.com > > Google Base Tools -http://dev.tomthedeveloper.com/googlebase > Featured Project > :http://google-code-featured.blogspot.com/2008/02/google-base-competit... > > On Mar 4, 11:30 pm, Chandrasekar Sivaraman <[email protected]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
