I was trying to use Google Maps related API for which I got this response on postman and similar error message inside my App.
"error_message": "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",
"routes": [],
"status": "REQUEST_DENIED"
After spending hours, this worked for me:-
- You need to create a billing account (For Google Maps Platform). For India: faq maps platform
See example for billing account
2.) You should have billing enabled for your project through account linked with Google Maps platform (linking with cloud platform won't work)
Assuming you have billing enabled by now then to link project go here:
projects
Then across your project click 3 dots (in case if it has already billing enabled with account linked with Cloud Platform then disable it) and select the account which has billing enabled for Maps Platform.
Hope this helps!