Vibhor Jain
Vibhor Jain

Reputation: 1476

ERROR: Failed to configure trigger GCS Bucket

While issuing command gcloud beta functions deploy I get following error message in Terminal: ERROR: (gcloud.beta.functions.deploy) OperationError: code=13, message=Failed to configure trigger GCS Bucket: 18_bucket

Even tried to make simple function in Web UI (https://console.cloud.google.com/) I get same error (attach screenshot)

I believe i'm doing everything correct, even tried same steps in other Cloud Project, only in this Project (new project created few hours back) I get an error! Any idea what could be issues...

NOTE:

Thanks a lot for any clue into it..

UPDATE: ok, created fresh new project > Enabled Billing > Enabled Cloud Functions API > Created GCS Bucket > Create New Function (google.storage.object.finalize) > keeps giving same error: Deployment failure: Failed to configure trigger GCS Bucket: {{BUCKET NAME}}. HTTP Triggers works fine though

enter image description here

Upvotes: 5

Views: 1242

Answers (1)

Spoke44
Spoke44

Reputation: 988

The problem has been solved by Google and was not related to our code :

https://status.firebase.google.com/incident/Functions/18024#5700609697120256

Upvotes: 2

Related Questions