I have a script that automatically protects a range of past Dates in my Sheet.
I use the standard sheet.getProtections(SpreadsheetApp.ProtectionType.RANGE);
It worked fine for several months but it has not worked since yesterday.
Is there any modifications on the implementations ?
Thank you
PS : the sheet object is well returned in my tests
var sheet = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("TRAVAUX");
var debug = sheet.getName();
var protections = sheet.getProtections(SpreadsheetApp.ProtectionType.RANGE);
Error message when running the function
Service error: Spreadsheets