gpt4 book ai didi

google-sheets - Tabletop.js 在尝试从 Google Sheets API 检索 JSON 时收到 500 "internal error"

转载 作者:行者123 更新时间:2023-12-02 02:44:55 24 4
gpt4 key购买 nike

我们一直在几个项目中使用 Tabletop 作为从 Google 表格访问少量数据的简单方法。

这是来自 Tabletop.js Github ReadMe 的示例代码:

function init() {
Tabletop.init( { key: 'https://docs.google.com/spreadsheets/d/0AmYzu_s7QHsmdDNZUzRlYldnWTZCLXdrMXlYQzVxSFE/pubhtml',
callback: function(data, tabletop) {
console.log(data)
},
simpleSheet: true } )
}
window.addEventListener('DOMContentLoaded', init)

这是我的示例数据源:https://docs.google.com/spreadsheets/d/1atRxZ4IgQPo5z5-DV7okHdtml8e3VdPjpuiEhwvU8FI/pubhtml

但是当我尝试执行这个测试代码时:https://jsfiddle.net/BaronGrivet/oqnx2sjc/

<div id="data">
<strong>Data should appear here: </strong>
</div>

function init() {
Tabletop.init( {
key: 'https://docs.google.com/spreadsheets/d/1atRxZ4IgQPo5z5-DV7okHdtml8e3VdPjpuiEhwvU8FI/pubhtml',
callback: function(data, tabletop) {
console.log(data)
document.getElementById('data').innerHTML += data
},
simpleSheet: true } )
}
init()

控制台出现如下错误:

Failed to load resource: the server responded with a status of 500 () https://spreadsheets.google.com/feeds/worksheets/1atRxZ4IgQPo5z5-DV7okHdtml8e3VdPjpuiEhwvU8FI/public/basic?alt=json

正在加载 https://spreadsheets.google.com/feeds/worksheets/1atRxZ4IgQPo5z5-DV7okHdtml8e3VdPjpuiEhwvU8FI/public/basic?alt=json弹出“内部错误”

我意识到这意味着 Google 方面出现了错误 - 但我不知道这是将要修复的错误,还是需要更改 Tabletop 或已停止的服务永久更改完全访问 JSON 的选项。

有没有其他人遇到过这个问题并找到了解决方案?

最佳答案

最好遵循 Google 的 Issue Track,网址为 https://issuetracker.google.com/issues/131613284

关于google-sheets - Tabletop.js 在尝试从 Google Sheets API 检索 JSON 时收到 500 "internal error",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55911904/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com