Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

Using the Google Maps API, how can I retrieve the name of a building with only the street address?

I have a list of street addresses (eg: 123 Main Street) for which I need to identify the name of the building/institution at that address. The process by which I've been approaching this is to first ...
Olivia Wan's user avatar
1 vote
0 answers
71 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
242 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
316 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
292 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
292 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