Geocoding Latitude and Longitude not updating and throwing referrer restrictions errorIssue This article contains instructions to update Google Maps/API keys in order for Maps and Geocodes to function normally. API keys with referrer restrictions cannot be used with this API. To make sure that ServiceNow is able to retrieve the Geocode (latitudes and longitudes) from Google, below steps needs to be followed. This is a 3 step procedure. Update in ServiceNow method on how to retrieve.Create keys in GoogleUpdate the keys in correct places in servicenow.CauseThe HTTP referrer restrictions in Google Premium API keys no longer function as they did previously. To fetch, map, and geocodes, it requires two separate keys, client and server.ResolutionWe need to generate 2 keys instead of 1(as it was before). First is Client key, that can have the HTTP referrer restrictions, applicable for browser, that would be used to get MAP. Second is Server key, that would be applicable for selected APIs, needed to fetch the GeoCodes (latitudes and longitudes). Below are the steps to be followed. In Google Developers Console, sign in > add billing details which is now required for Google APIs > you will likely get some free credits that will help while integrating with your Bubble app > create a project and make sure your billing details is enabled for that projectFrom the menu, select 'API & Services' > credentials > click 'create credentials' > generate 2 API Keys with one called Client and another called Server to help you identify which is being used for a call > we will refine settings for these keys in the next stepsFor Client key Application restrictions > enable 'http referrers' > add your app domain like this 'https://client.service-now.com/API restrictions> none required For Server key Application restrictions > none requiredAPI restrictions: Geocoding APIPlaces APIGeolocation APIMaps JavaScript API Back in your ServiceNow application, Navigate to System Properties > Google Maps. Update the keys as given in the screenshot below.