2.

Client error: `GET https://www.googleapis.com/plus/v1/people/me?prettyPrint=false` resulted in a `403 Forbidden` response: ... Google+ API

編集

エラー内容

Client error: `GET https://www.googleapis.com/plus/v1/people/me?prettyPrint=false` resulted in a `403 Forbidden` response: {"error":{"errors":[{"domain":"usageLimits","reason":"accessNotConfigured","message":"Access Not Configured. Google+ API (truncated...)

 

発生条件/原因/対処法

Google OAuthの callback URLリクエスト時に発生するエラー。

Google+ APIのライブラリが有効になっていないことが原因。

Google Cloud Platformから有効にすることが可能。

 

編集
Post Share
子ページ

子ページはありません

同階層のページ
  1. Client error: `POST https://accounts.google.com/o/oauth2/token` resulted in a `401 Unauthorized` response: { "error" : "invalid_client", "error_description" : "Unauthorized" }
  2. Client error: `GET https://www.googleapis.com/plus/v1/people/me?prettyPrint=false` resulted in a `403 Forbidden` response: ... Google+ API