質問

私はアプリのためにGoogle OAuth認証を設定しようとしています。Google APIプロジェクトを作成し、リダイレクトURIを設定しました。認証にリンクを使用すると応答が得られます。

{"errors"=>[{"domain"=>"usageLimits", "reason"=>"accessNotConfigured", "message"=>"Access Not Configured. Please use Google Developers Console to activate the API for your project."}], "code"=>403, "message"=>"Access Not Configured. Please use Google Developers Console to activate the API for your project."}: 
{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
   }
  ],
  "code": 403,
  "message": "Access Not Configured. Please use Google Developers Console to activate the API for your project."
 }
}
.

私が理解しているので、私のGoogle DeveloperコンソールからいくつかのAPIを起動する必要があります。問題は私が87項目のリストからどのAPIを有効にするべきかは明確に理解していないことです。 Enter Enter Enter Image説明

役に立ちましたか?

解決

現場での認証のための必要なAPIは、理解していたようにGoogle+です。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top