gpt4 book ai didi

google-sheets - 获取 Google Sheet csv 文件会产生 CORS 错误

转载 作者:行者123 更新时间:2023-12-03 19:42:06 26 4
gpt4 key购买 nike

我尝试使用 this code 从 Google 电子表格中获取技术数据

function init() {
Papa.parse(public_spreadsheet_url, {
download: true,
header: true,
complete: showInfo
})
}
这会产生以下 CORS 错误: Access to XMLHttpRequest at 'link to shared Google Sheet CSV' from origin 'my domain' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

最佳答案

看起来谷歌在最近几天发生了一些变化。这会阻止网站直接链接到 Google 表格。您将需要使用远程服务缓存文件以解决 CORS 问题。
https://cors-anywhere.herokuapp.com 这样的服务将完成这项工作,但有请求限制。

关于google-sheets - 获取 Google Sheet csv 文件会产生 CORS 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62587802/

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