I am getting an error in my code.gs at very line 3 of code -
// function to find the form id
function findFormIDs() {
var form = FormApp.openById("my spreadsheet id");
}
error message is "Exception: Invalid ID (line 3, file "Code")" I am confident that the spreadsheet ID I am passing is 100% correct. I have tried these creating new spreadsheets but getting the same error for each new spreadsheet.
Any debugging I can perform?