We have a google apps script that runs on google sheets as a macro.
We have maybe a dozen scripts all which have been executing without issue. Suddenly today we are getting the following error on every script:
"Script (NAME OF THE SCRIPT HERE) experienced an error"
The details link doesn't provide any extra detail.
If I open and attempt to run the script in the classic editor, I get the following error.
We're sorry, there was an unexpected error while creating the Cloud Platform project. Error code DEADLINE_EXCEEDED.
Even when I update the funciton to me empty, such this:
function dropdownmenu(){
return
}
We are getting the same error.
Is there an unposted outage with google cloud services/app scripts? What could have possibly changed in our environment?
I should note, we have already tried changing the runtime version on our script: