I have a backend Ruby app that updates files in Google Drive using their API. On those files I have Google App Scripts running. I am having an issue when I update a file in google drive using my backend ruby script the Google App Script onChange or onEdit triggers don't fire. They only fire if I go into the file through the browser and edit something myself. Does anyone know why this is? Or a work around for it?
Thanks!