I am creating android app and I have to implement maps and places so, I have created new google places API and when I send request using volley to get placeId from latitude and longitude I get error which says
{"error_message":"You have exceeded your daily request quota for this API.","html_attributions":[],"results":[],"status":"OVER_QUERY_LIMIT"}
But it is working fine on postman so, how can I fix this?
P.S. I am beginner so please correct me if there is any mistake in my process. Thank you.