API key Browser API keys cannot have referer restrictions when used with this API
问题 I'm trying to program geocoding. I created API key, but when I add it into my website code I don't get anything, however when I don't use API everything works well. When I'm sending: https://maps.googleapis.com/maps/api/geocode/json?address=".$adres."&key=KLUCZ_XXX I get a response: Browser API keys cannot have referer restrictions when used with this API. If I use: https://maps.googleapis.com/maps/api/geocode/json?address=".$adres" The result is correct but the number of queries is limited