https://pulumi.com logo
s

square-coat-62279

12/14/2021, 1:38 PM
While trying to do pulumi refresh, I encountered "Preview failed: error when reading or editing FirebaseProject, Error 403: your application has authenticated using end user credentials from the Google Cloud SDK or Google Cloud Shell which are not supported by firebase.goolgeapis.com" How can run pulumi refresh in this case?
b

billowy-army-68599

12/14/2021, 3:51 PM
this appears to be thrown from the google cloud api, how are you using pulumi? locally? with a service account?
s

square-coat-62279

12/15/2021, 1:43 AM
managed to resolve it by setting the env variable GOOGLE_APPLICATION_CREDENTIALS
4 Views