Hi, the requests are being made directly in App Engine. I am not using makeRequest. I am using the Python gdata API with the run_on_appengine wrapper so it utilizes the urlfetch function, directly in appspot or in the development environment. For some reason the development environment can post but I get the 403 error when using the production appspot site. I include an api key and the data is authenticated. Since my site is in development, I am just authenticating my own account data at this time.
The site also provides other base information to a gadget. This functionality does not use the gbase api but uses REST. That gadget has worked fine for over a year until I started to use the gdata api to post data. The gadget does not use makeReqeust. The gadget and new functionality (which uses the gdata api) get 403 errors for about 4 days after I post and thing or two. I am stumped. Mike J. On Jun 1, 6:52 pm, "Ikai L (Google)" <[email protected]> wrote: > Are the gadgets making requests from App Engine? Or are they calling > makeRequest to App Engine which is in turn using the GData API? > > > > On Sun, May 23, 2010 at 5:56 PM, mike <[email protected]> wrote: > > Hi, I have 3 gadgets that retrieve data from Google base. the gadgets > > are hosted on App Enginer. About a week ago, the gadgets started > > getting 403 errors and the gadgets are > > basically broken. I have not had a problem over the last year and > > longer. The error reads: > > > "We're sorry..but your computer or network may be sending automated > > queries. To protect our users, we can't process your request right > > now. > >http://www.google.com/support/bin/answer.py?answer=86640" > > > I evaluated the traffic and can not identify a source of automated > > requests. There is also no evidence > > of a virus. > > > How can I get the account reset? At this point I have lost a lot of > > users. Here is a link to the sites having the problem (which feed > > gadgets). For some reason, sometimes the first query shows results but > > after that the 403 error shows up. > > >http://appdiner.appspot.com > >http://basestuff.appspot.com > >http://searchhomesales.appspot.com/ > > > Thanks, > > Mike J. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blog:http://googleappengine.blogspot.com > Twitter:http://twitter.com/app_engine > Reddit:http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
