rodrigo-brito / gocity

:bar_chart: Code City metaphor for visualizing Go source code in 3D
https://go-city.github.io
MIT License
1.8k stars 139 forks source link

How can I get my own google credentials #6

Closed goodweather0 closed 5 years ago

goodweather0 commented 5 years ago

I ran this project , and my ide told me "dialing: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information."

Is this project might use google public server ?

thanks ---env--- go version : 1.8 platform : windows7 IDE : vscode

rodrigo-brito commented 5 years ago

I used the Google cloud storage to save the output of processing. To run, you need to create a bucket on Google Cloud and place the credentials file in the project root. I will try to make it idependent. I agree, it is a unnecessary dependency.