App Engine API を初めて有効にした後でアプリを作成するときに、次のエラーで失敗することがあります。
gcloud CLI
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-04-03 UTC。"],[[["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."]]],[]]