0

我使用 OAuth2.0 的 Google API,但有些是可以的,有些是错误的。

Server responded with: 403, <HTML>
<HEAD>
<TITLE>You are not authorized to access this API</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>You are not authorized to access this API</H1>
<H2>Error 403</H2>
</BODY>
</HTML>

这就是为什么?

4

1 回答 1

0

两个可能的原因:-

  1. 当我尝试使用未注册或超出每日限制的身份验证密钥进行访问时,我收到错误消息:

    {
            “错误”: {
              “错误”:[
               {
                “域”:“使用限制”,
                “原因”:“dailyLimitExceededUnreg”,
                "message": "已超过每日限额。请注册",
                “扩展帮助”:“https://code.google.com/apis/console”
               }
              ],
              “代码”:403,
              "message": "已超出每日限额。请注册"
            }
            }

  2. http://www.google.com/support/enterprise/static/gapps/docs/admin/en/gads/admin/troubleshooting_common.html

于 2012-08-22T10:40:51.213 回答