When trying to authorize a script in AppsScript IDE, I get the error:
This happened after I tried to run AppsScript with the Advanced Protection Program enabled. I received the following message:
Now, even after exiting the Advanced Protection Program, I continue to receive messages about blocking any of my scripts.
I’m not a Google Workspace administrator, so I can’t use https://developers.google.com/apps-script/support#contact_support
I run the script using the same account that the script belongs to, logging out of all other accounts.
I tried creating a new spreadsheet, starting the script editor and running the simple script
var doc = SpreadsheetApp.getActiveSpreadsheet()and it does not work with the same error message. All scripts, including previously created ones, fail to authorize with the same error. It seems, the problem is in the account settings.
I also tested the workaround #15 Creating a new GCP and linking it. It worked for me. However, a workaround is not a solution to the problem. Besides the prospect of this tediousness does not please.
Please tell me how to unblock AppsScript IDE?
Since bug report [This App is blocked](https://issuetracker.google.com/issues/181220763#comment83) is closed with the status "Won't fix (Obsolete)", I opened a new one here This app is blocked (Apps Script Editor). Check there if this is relevant for you.