方法 spreadsheets.batchUpdate 不适用于 API 键

Method spreadsheets.batchUpdate doen't work with API Key

方法 BatchUpdate 不适用于 API 密钥授权。 回应:

    {   "error": {
           "code": 401,
           "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
           "status": "UNAUTHENTICATED"   
        } 
    }

Try this API 和 API 键也不起作用。 我没有找到任何相关信息。怎么回事?

Method: spreadsheets.batchUpdate

Authorization Scopes Requires one of the following OAuth scopes:

你错了

"Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project."

声明您需要进行身份验证并且需要 Oauth 2 访问令牌。

你说你试过 API 键。 API 键用于访问 PUBLIC 数据。为了访问私人数据,您需要进行身份验证。文档中是这么写的。

为了让 try me 工作,您需要使用 Google OAuth 2.0