この URl の指示に従い、ユーザー ID、名前、電子メールを取得しましたが、画像情報がありません。フィードバックをお寄せください。
https://developers.google.com/identity/sign-in/ios/people
また、この URL を使用して画像https://www.googleapis.com/plus/v1/people/115950284...320?fields=image&key= {YOUR_API_KEY} を取得しますが、それは言う
{
"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."
} }