-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaScript Error: You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at .... #72
Comments
Having the same issue. Is there an example of how the referrer should be added? Or more details on how create the API key properly? It is the Maps Javascript API in Google Cloud Console which is correct? Or do you need more APIs? |
Hello, Yeah, it's it. Sorry, but Google can change it at any time for any reason, that is why we don't do it.
Please use |
@Sigura Thanks, it was not database related, just Google Maps-related - but I got it fixed, see below. @upendrasiripurapu It seems like the key is only read from heroku environment when you build the app, so if you changed the GOOGLE_MAPS_API_KEY on Heroku you need to push to Heroku in order for it to rebuild and use the new API key. |
@Sigura on that note, the server should read the value of GOOGLE_MAPS_API_KEY each time it is started, not just on build? |
@rolfb |
hello, please help me I try to install console on my server, I did the follow steps , but I can not to get success
|
@jsvinueza please try those steps:
NB!: additional option: please try |
I have already enabled billing to my google cloud project but still I'm getting this error. How can I resolve this?
You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started
I have installed the web app on Heroku and added the environmental variables as specified in the documentation.
The text was updated successfully, but these errors were encountered: