【问题标题】:Issue With Spreadsheets电子表格问题
【发布时间】:2021-10-24 16:15:27
【问题描述】:

实际上我正在将 Google 表格中的数据转换为 JSON 格式,

('https://spreadsheets.google.com/feeds/list/_google_sheet_id/od6/public/values?alt=json')

我用了很长时间,但是最近打开JSON转换的链接时,我遇到了一个问题

Sorry, unable to open the file at this time.

Please check the address and try again.  

我以为只有我遇到了这个问题,但我有另一个与相同问题的链接,

我认为服务器端有问题

如果不让我知道原因或

Google 表格转换为 JSON 格式的任何其他替代方法

【问题讨论】:

    标签: json google-sheets spreadsheet


    【解决方案1】:

    您正在使用与 Google Sheets v3 API 对应的端点,该端点已于 2021 年 8 月 2 日关闭。请查看下面提供的 v4 迁移指南。

    我不确定您到底想完成什么,但如果您想从 v4 中的特定工作表中retrieve data,您可以执行以下操作:

    https://sheets.googleapis.com/v4/spreadsheets/{SPREADSHEET_ID}/values/{SHEET_NAME}?alt=json
    

    参考:

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-04-24
    • 2023-03-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多