Setup tool for creating and configuring Google Apps Script projects
This error means your GCP project ended up inside Google’s hidden apps-script managed folder. Even projects you created manually can land there on Workspace accounts.
Requires the Project Mover IAM role — you likely don’t have it by default, even as org owner/admin.
apps-script foldersys-GITHUB_TOKEN — your fine-grained personal access tokenCACHE_EPOCH are auto-generated/distributed on first deploy — no manual setup needed.github_pat_... value.appsscript.json manifest contents to:
{
"timeZone": "America/New_York",
"runtimeVersion": "V8",
"dependencies": {},
"webapp": {
"executeAs": "USER_DEPLOYING",
"access": "ANYONE_ANONYMOUS"
},
"exceptionLogging": "STACKDRIVER",
"oauthScopes": [
"https://www.googleapis.com/auth/script.projects",
"https://www.googleapis.com/auth/script.external_request",
"https://www.googleapis.com/auth/script.deployments",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/script.send_mail",
"https://www.googleapis.com/auth/script.scriptapp"
]
}AKfycb...). You’ll need it for the config below.Code.gs
test creates test.html, test.gs, html-versions/testhtml.version.txt, etc.
Code.gs with the copied codeonEditWriteB1ToCache, Event source: From spreadsheet, Event type: On edit