I followed the instruction at https://developers.google.com/apps-script/articles/bigquery_tutorial to populate a Spreadsheet with BigQuery data. I followed the steps but when I run the BigQuery -> Run Query in the spreadsheet, I get the error "Exception: Required parameter is missing".
I used the exact same piece of code in example with the following line changed to: var projectNumber = '770233629555';
Could anyone please assist?