I have an Android app where I display nearby places like gas stations, pharmacies, etc. using Google Map. I am using Maps & Places API.
I have enabled billing for my account. I have linked the account to my project. The app was working fine. However when I check it now, it gives me error
{ "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", "html_attributions" : [], "results" : [], "status" : "REQUEST_DENIED"}
My billing account is active. I have not done any changes to the code nor to my billing account. I have not set any application or API restrictions on my API key.