Skip to main content

All Questions

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
  • 113
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