gcloud functions deploy でPythonで実装した関数をデプロイしようとしています。
下記コマンドを実行時に
gcloud functions deploy entry --runtime python38 --trigger-http --region asia-northeast1 --allow-unauthenticated
下記エラーが出ます。
ERROR: (gcloud.functions.deploy) OperationError: code=9, message=Failed to initialize region (action ID: ・・・・): Cloud storage operation for gcf-sources-513999705807-asia-northeast1 failed as the billing account is not available
gcloud functions list を実行すると STATUS が UNKNOWN となっていました。
NAME STATUS TRIGGER REGION
entry UNKNOWN HTTP Trigger asia-northeast1
ダッシュボードの方から確認すると上の関数entryはデプロイできている様ですがそのURLを叩いても 404 のエラーとなってしまいます。
the billing account is not available と言われていますが無料でも使えると思っていたのですが、どうすればこちら解消できるでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。