Google Sheets API v4 append request receives HTTP 401 response for public feeds using API Key

后端 未结 3 1828
情书的邮戳
情书的邮戳 2020-12-10 19:30

This is extremely similar to another question answered here about how to GET spreadsheet data, but I\'m trying to append data to a spreadsheet. Here\'s my s

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-10 20:12

    Requests that write to the spreadsheet require authentication credentials. Even if the spreadsheet is shared publicly, when writing through the API the write must be attributed to a user.

提交回复
热议问题