Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
1 vote
0 answers
43 views

Google Maps Address Validation API using SQL (or Access or Excel)

I have a Microsoft SQL table with addresses. How do I validate those addresses using Google Address Validation? If API does not work for SQL, I can also use MS Access or Excel as the data source. I ...
Angela Marie's user avatar
0 votes
1 answer
211 views

Google Address validation API returns incorrect result

The API is saying "75 jackson blvd abc Il 60607" as a valid address. This is incorrect address and the correct address is "75 W Jackson blvd Chicago Il 60604" Has anybody else ...
ryog's user avatar
  • 122
0 votes
0 answers
280 views

Google Maps - Address Validation in Blazor/C#

I almost have it... but now I am getting a "404 - not found" error return. What am I missing?? (using the guide at: https://developers.google.com/maps/documentation/address-validation/...
Richard Thorgeirson's user avatar
0 votes
0 answers
307 views

Why would "standardizedAddress" stop showing in responses from Google Address Validation

I've been using Google's new Address Validation API for quite a few months. This morning multiple customers have told me they're getting a response that "standardizedAddress" is not found. ...
Joe Crescenzi's user avatar
-4 votes
1 answer
287 views

Google Maps / Validation Error for specific address

This is not a technical question. How do I go about getting Google to correct a validation error? This isn't a feature request and their bug reporting didn't read like that was the correct place ...
FXTran IT's user avatar
0 votes
1 answer
2k views

How to validate addresses in Google Sheets?

I'm trying to validate a list of addresses in a google sheet column, and create from it a well formatted new column(s). I came across the Google Maps Address validation API but I'm not sure how to use ...
Pierre's user avatar
  • 133
-1 votes
1 answer
290 views

Google Address Validation API to Magento 2 Using Avalara Avatax

Has anyone else had a problem integrating Google's Address Validation API into Magento 2's Avalara Avatax? It's almost as if the API key is restricted. Although it's currently unrestricted. Our ...
Ren's user avatar
  • 1
2 votes
2 answers
2k views

Google Apps Script call Address Validation API

Simple code and straightforward. It works with postman but fails with Apps Script. function validateAddress () { const url = 'https://addressvalidation.googleapis.com/v1:validateAddress?key='; ...
sangnandar's user avatar