I'm working on a Google Apps Script script that needs to import an XML file with data we'd rather not make available publicly. Usually, an IP restriction would be set up to protect this data and only make it accessible for the tool we use.
I'm guessing Google uses multiple IPs to request the XMLs so does anyone have suggestions on how to protect our data?