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

后端 未结 7 1116
孤街浪徒
孤街浪徒 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:39

    In my case there was an extra space in the google sheet while I was trimming the sheet name at my end. Once I removed the trimming logic, everything worked fine.

提交回复
热议问题