【发布时间】:2016-08-04 11:14:09
【问题描述】:
我启用了这个 api,但我的 ionic 应用程序出现了这个错误
**https://www.googleapis.com/identitytoolkit/v3/relyingparty/signupNewUser?key=AIzaSyAU1ymBJwG6sscjWS0Po4bP_yw4YQa-2SY 400 Bad Request**
请告诉我那里出了什么问题。
【问题讨论】:
-
你能把 http 请求转储到 googleapis.com/identitytoolkit/v3/relyingparty/verifyAssertion 和 firebug 中的 400 响应吗?
-
当我调用这个 api 时,我得到了这样的响应:{ "error": { "errors": [ { "domain": "global", "reason": "invalid", "message" : "OPERATION_NOT_ALLOWED" } ], "code": 400, "message": "OPERATION_NOT_ALLOWED" } }
-
@mxlse 您对 Harish Mahajan 的回复有何建议?请分享。谢谢。
标签: ionic-framework firebase google-api firebase-authentication google-identity-toolkit