2011/1/27 Albert <alber...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
>
--
gr
Wim den Ouden
Custom applications, https://e-comm.appspot.com/
Free open source E-commerce/E-bookkeeping/E-business framework (web)
apps, http://code.google.com/p/relat/
Gae developer tips, http://code.google.com/p/relat/wiki/gaetips
Same here, I was testing my app, and bamm! redirected to http://sorry.google.com/sorry/?continue=http://www.jaavuu.com/
It's never happened to me before. It seems to only block me on my custom domains. But now, other google app products are blocking me. Not good.
Maybe it a safety feature to make sure you don't do any development after 4am? I guess it's time to sleep.
make sure I tried from a different network and my app loaded once then was blocked
Double check that you aren’t getting loop backs from your app, Also check your log to see if you have a throttle code in the error logs.
I was having this issue when using Fetch and because of 301/302’s was creating infinite loops with in my app.