Google API Explorer を使用して Google Identity Toolkit API を探索しようとしています。API は「認証は必要ありません」と示唆していますが、リクエストを実行しようとするとエラー メッセージが表示されます。
This method requires you to be authenticated. You may need to activate the toggle above to authorize your request using OAuth 2.0.
OAuth 2.0 トグルを使用して API を承認しようとすると、400 エラーが発生します。
Error: invalid_request
Missing required parameter: scope
ただし、Google Identity Toolkit API はスコープを宣言しません。
誰か助けてください。
更新: API Explorer の使用時に発生するその他のエラー: getAccountInfo 要求を実行しようとすると、localId フィールドが入力された要求本文を渡します。私が得る応答は次のとおりです。
400 OK
- Show headers -
{
"error": {
"errors": [
{
"domain": "global",
"reason": "invalid",
"message": "INVALID_SERVICE_ACCOUNT"
}
],
"code": 400,
"message": "INVALID_SERVICE_ACCOUNT"
}
}