1Migrated from folder: Archive/apiBugs/emptyReturn1
1Migrated from folder: Examples/myApi
1Migrated from folder: tutorials/myApi
1Migrated from folder: Archive/demo/myApi
1Migrated from folder: Archive/docsExamples/apiExample
1Migrated from folder: Finance/Stocks/polygonDailyAPI
1Migrated from folder: Utilities/wrapInHTMLElements
1Migrated from folder: Archive/polls/twitter/twitterDown/twitterAPIDown
1Migrated from folder: Archive/nakedAPIEx
1# gsheet_call
2Wrapper around Google Sheets API v4.
3
4## Parameters
6- sheet_id: Google Sheet ID
7- method: HTTP method to use
8- action: Full URL with `https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/` removed
9- data: HTTP request body
10
11## Requirements
12- a Google Cloud service account
13- the Google Sheets API v4 enabled in your Google Cloud project
14- the spreadsheet ID (provide it in the sheet_id parameter)
15