У меня есть сайт, размещенный на Azure, где блокируются обращения к API Google UrlShortner. Я получаю сообщение об ошибке: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."
}
}
API-интерфейс работает отлично работает локально и я добавил адрес IP-с учетными данными проекта API в консоли разработчика. Это, похоже, проблема с Azure, но я не вижу, где у кого есть ответ.
Любые предложения были бы замечательными!
Человек, может у вас объяснить больше? У меня такая же ошибка и не могу исправить это :( – Peter