Google spreadsheet API, 400 error bad request : unable to parse range

后端 未结 7 1120
孤街浪徒
孤街浪徒 2020-12-05 12:49

I am trying to access Google spreadsheets using a spreadsheet example. When I run the example code it worked fine. I just change the SpreadsheetId and range

7条回答
  •  温柔的废话
    2020-12-05 13:40

    Something that I learned was that If the column name doesn't exist yet, this command won't be able to find it. You need to make sure the column you're writing to already exists -- I did this manually from the google sheet.

提交回复
热议问题