google apps script - How to Know the requesting IP with GAS? -
i have created google apps script import data database(rds/aws) google spreadsheet. created trigger execute script, however, keep getting connection errors. it's completed when execute specific method on google apps script.
now want know if it's because requesting ip different between when running trigger , hands. how can know requesting ip when execute hands , when script's run automatically trigger?
thank you.
you cannot know it.
you must check if script running many times in day, because servers block access.
Comments
Post a Comment