Closed tjwebb closed 4 years ago
@tjwebb I am getting this same error. Were you able to resolve this on your own?
Did you notice the message in the exception?
The Application Default Credentials are not available. They are available if running in Google Compute Engine. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
Thank you @meltsufin. That helped me solve it. I was getting a similar error. Spring could not find my gcp credentials file. I was properly referencing the location in application.properties
.
I clone the repo, cd complete/, then
mvn spring-boot:run
. I get this error: