https://pulumi.com logo
Title
m

melodic-byte-32771

02/21/2020, 5:40 PM
Hi everyone, I want to create a cloud function but I stuck with following error:
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

stocky-island-3676

02/21/2020, 6:10 PM
@melodic-byte-32771 You’ve tried to use a service-account instead? https://stackoverflow.com/a/56826028/1168315
m

melodic-byte-32771

02/21/2020, 6:10 PM
no i will try it 😉
t

tall-librarian-49374

02/21/2020, 7:18 PM
Yeah, a couple people reported that service account is required in this case
m

melodic-byte-32771

02/24/2020, 5:42 AM
yes was working thx 😉