hello! i faced with issue that on api request when request quotas per day exceeded i receiving response with 200 status and only this error_message in network:
error_message:
"You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account: http://g.co/dev/maps-no-account For more information on usage limits and the Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/usage"
predictions: [], status: "OVER_QUERY_LIMIT".
Could you please explain how to receive access for codes statuses after request in GooglePlacesAutocomplete?
thank you