概要
対応方法を紹介します
エラー詳細
- gcloud app logs tail -s default
2024-10-29 04:54:19 default[20241029t134559] 2024/10/29 04:54:19 internal.flushLog: Flush RPC: Call error 7: App Engine APIs are not enabled, please add app_engine_apis: true to your app.yaml to enable.
環境
- google-cloud-sdk 491.0.0
- golang runtime 122
app.yaml を修正
以下を追加します
app_engine_apis: true
最後に
最新のラインタイムv2を使う場合は必要です
0 件のコメント:
コメントを投稿