How can Google's IP be blocked by Google API?
curl
'https://www.googleapis.com/language/translate/v2?key=xxx&source=en&target=it&q=LUXURY%0ACARS'
35.237.20.110 - appengine instance ip
response:
{
"error": {
"code": 403,
"message": "Requests from IP address 35.237.20.110 are blocked.",
"errors": [
{
"message": "Requests from IP address 35.237.20.110 are blocked.",
"domain": "global",
"reason": "forbidden"
}
],
"status": "PERMISSION_DENIED"
}
}
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/b17bb9b1-18f8-4443-82e2-07f917991abc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.