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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -