The issue is now resolved. There was an IP restriction policy set for the API key. After migration to Appengine (with dynamic IPs) there is no possibility to restrict usage by ip.
On Monday, July 23, 2018 at 3:00:31 PM UTC+2, Anton Godoroja wrote: > > 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/ac6b7abf-c0bf-4376-9e91-671d2c881f9a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
