I'm getting the same issue again today. It's happening more often recently,
which is worrying. I put my other server in maintenance more so it doesn't
call App Engine hoping that after a few minutes GAE would stop blocking my
IP, but so far that's not helping either. I'll try waiting a longer time.
Tim,
Thanks for the tip, but in my case my calls don't require authentication.
I'm calling public APIs that I host on the App Engine over http and without
any kind of authentication. So I guess that issue in the thread you referred
to doesn't apply.
Any way to white-list my server's IP address so it doesn't get blocked
like this?
Regards,
Waleed
On Thu, Jan 27, 2011 at 6:07 AM, Tim Hoffman <[email protected]> wrote:
> Hi
>
> You might want to have a look at this thread
> h<https://groups.google.com/forum/?hl=en#!searchin/google-appengine/Tim$20Hoffman$20remote_api/google-appengine/YrkJqnpCoL0/f1droDRP-DEJ>
> *https://groups.google.com/d/topic/google-appengine/YrkJqnpCoL0/discussion
> *
> I ran into this a long time ago and I found it occurred if I wasn't reusing
> the remote_api handle.
>
> I had been recreating the remote_api handle on each transaction, which is
> inefficient and after 200 transactions I would be
> redirected to a recaptcha service so I could prove I wasn't a bot ;-)
>
> Rgds
>
> T
>
> --
> 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.
>
--
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.