Hi everyone, I want to create a cloud function bu...
# google-cloud
m
Hi everyone, I want to create a cloud function but I stuck with following error:
Copy code
creating urn:pulumi:dev-api::api::gcp:cloudfunctions/function:Function::api-nest-func: Error waiting for Creating CloudFunctions Function: error while retrieving operation: googleapi: Error 403: Your application has authenticated using end user credentials from the Google Cloud SDK or Google Cloud Shell which are not supported by the <http://cloudfunctions.googleapis.com|cloudfunctions.googleapis.com>. We recommend configuring the billing/quota_project setting in gcloud or using a service account through the auth/impersonate_service_account setting. For more information about service accounts and how to use them in your application, see <https://cloud.google.com/docs/authentication/>., accessNotConfigured
How can I solve it? The docs are not helping me so much
ok seems to be that I solved it if I logged in again
ok it worked for one run and then for the next update crashed again with the same message… so still need help 😞
s
@melodic-byte-32771 You’ve tried to use a service-account instead? https://stackoverflow.com/a/56826028/1168315
m
no i will try it 😉
t
Yeah, a couple people reported that service account is required in this case
m
yes was working thx 😉