Google Sheets Scripts suddenly stop working - Error: “Service not found: plus v1”
问题 I built a Google Sheets document that has lots of scripts and triggers built into it. It worked for the last year flawlessly until recently. Now every Function does not work, even for other users. Even simple functions such as this does not work: function clearForm() { var sheet = SpreadsheetApp.getActive().getSheetByName('Manifest'); sheet.getRange('B4:F4').clearContent(); sheet.getRange('B7:C10').clearContent(); sheet.getRange('D14:D28').clearContent(); sheet.getRange('D30').clearContent();