Google+ API にアクセスするために Google Playground を使用しています。APIを呼び出そうとすると
https://www.googleapis.com/plusDomains/v1/people/[user_id]/circles
..その後、エラーが発生します:
{
"error": {
"code": 403,
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project.",
"errors": [
{
"domain": "usageLimits",
"message": "Access Not Configured. Please use Google Developers Console to activate the API for your project.",
"reason": "accessNotConfigured"
}
]
}
}
Playground ページのステップ 1 で、「Google+ Domain API」と「Google+ API v1」の両方を選択し、承認してアクセス トークンを取得しました。もちろん、[user_id] は API 呼び出しを行う前に適切に置き換えられます。