小编jiy*_*ush的帖子

Google Auth apis 返回 OPERATION_NOT_ALLOWED 400

我正在使用此 API https://identitytoolkit.googleapis.com/v1/accounts:signUp?key=[API_KEY] 我已经传递了与文档中相同的正确令牌和参数,但仍然如此returns 400 OPERATION_NOT_ALLOWED

https://identitytoolkit.googleapis.com/v1/accounts:signUp?key=[API_KEY]

Param:-
{
    "email": "test@test.com",
    "password": "123123",
    "returnSecureToken": true
}

Response
{
    "error": {
        "code": 400,
        "message": "OPERATION_NOT_ALLOWED",
        "errors": [
            {
                "message": "OPERATION_NOT_ALLOWED",
                "domain": "global",
                "reason": "invalid"
            }
        ]
    }
}
Run Code Online (Sandbox Code Playgroud)

google-authentication firebase reactjs

5
推荐指数
1
解决办法
774
查看次数

标签 统计

firebase ×1

google-authentication ×1

reactjs ×1