An internal error occurred while calling service consumer manager for service account.
Creating App Engine application in projectPROJECT and REGION....failed. DEBUG: (gcloud.app.create) Error Response: [13] an internal error has occurred
要求記錄
Service account creation is not allowed on this project.
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-08 (世界標準時間)。"],[[["This page details common errors encountered during App Engine app initialization and serving, along with their troubleshooting methods."],["A permission error can occur when creating an App Engine app due to the organization policy constraint `constraints/iam.disableServiceAccountCreation`, which prevents the creation of the default service account."],["To resolve the default service account creation error, temporarily remove the `constraints/iam.disableServiceAccountCreation` policy to allow for its provisioning, as it is required during app creation."],["When using legacy bundled services with Python 3 apps, a security error (\"Attempted RPC call without active security ticket\") may arise, particularly when accessing services like Memcache during startup."],["To fix the security errors when using legacy bundled services, move the logic that causes the error to a warmup request."]]],[]]