Google Sheet API v4

后端 未结 3 2115
日久生厌
日久生厌 2020-12-03 22:52

I try to use example \"Read multiple ranges\":

https://sheets.googleapis.com/v4/spreadsheets/{SpreadsheetID}/values:batchGet?ranges=Sheet1!B:B&ran

3条回答
  •  时光取名叫无心
    2020-12-03 23:29

    You have to make sure to pass in the key=YOUR_API_KEY as the request parameter. For example:

    https://sheets.googleapis.com/v4/spreadsheets/{sheet_id}/values/Sheet1!A1:D5?key={YOUR_API_KEY}
    

提交回复
热议问题