It's happened again tonight. I'm using urlfetch. What I've been
told by a Google engineer is that at some point GAE sees urlfetch
looking for /etc/resolv.conf too many times and locks out my app as
dangerous.
I'm not aware of any way that I or anybody else can resolve this
because urllib and urllib2 are going to use urlfetch, too.
My code is absolutely not trying to access /etc/resolv.conf on its
own. This is something internal to Google - it doesn't show up in
the SDK at all.
The affected app is
linkscocom.appspot.com running as
www.linksco.com
Somebody at Google needs to fix the code. What can I do to help make
this happen?