google-api - 在 Google Sheets API 上始终出现 500 错误

标签 google-api

我在使用 Google Sheets API 时一直收到以下错误。我只是为具有特定服务 key 的特定工作表获取它。我的其他凭证工作正常。据我所知,负载也相对负载。我不是在批评 API 或其他任何东西。

{
  "error": {
    "code": 500,
    "message": "Internal error encountered.",
    "errors": [
      {
        "message": "Internal error encountered.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "INTERNAL"
  }
}

最佳答案

我在这里找到了罪魁祸首。看起来我不得不删除两张带有数据透视表的工作表,它们引用了我试图查询的工作表。一旦我这样做了,现在一切都很好。

关于google-api - 在 Google Sheets API 上始终出现 500 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44058801/

相关文章:

google-api - 如何使用谷歌日历API进行人事项目(无需验证)

google-api - 确定通过 Oauth2 登录的 Google Apps 用户的角色、群组或组织单位

google-sheets - 指向特定工作表的超链接

c++ - 从 C/C++ 发送 http 和 https 请求

google-maps - 如何获取客户端/用户位置详细信息

python - 为什么在执行转发电子邮件的代码时出现访问限制错误?

.net - 我的个人硬盘中的 C# Google Drive API 文件列表

javascript - 无弹出窗口的Google Analytics(分析)API OAuth 2.0授权

python - Nosetest 和 Google API : "no module named apiclient.discovery"

google-api - 如何通过 google-auth-library 发出发布请求?