Mam witrynę hostowaną na platformie Azure, gdzie są blokowane połączenia z interfejsem API Google UrlShortner. Otrzymuję komunikat o błędzie:Google UrlShortener "ipRefererBlocked"
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "ipRefererBlocked",
"message": "There is a per-IP or per-Referer restriction configured on your API key and the request does not match these restrictions. Please use the Google Developers Console to update your API key configuration if request from this IP or referer should be allowed.",
"extendedHelp": "https://console.developers.google.com"
}
],
"code": 403,
"message": "There is a per-IP or per-Referer restriction configured on your API key and the request does not match these restrictions. Please use the Google Developers Console to update your API key configuration if request from this IP or referer should be allowed."
}
}
Interfejs API działa poprawnie działa lokalnie i dodałem adres IP do poświadczeń projektu interfejsu API w konsoli programisty. To wydaje się być problemem z Azure, ale nie widzę, gdzie ktoś ma odpowiedź.
Wszelkie sugestie będą świetne!
Człowieku, czy możesz wyjaśnić więcej? Mam ten sam błąd i nie mogę tego naprawić :( – Peter