Google API Hooks, is there a way to be Programmatically Alerted When a Google Doc is Updated?
- by viatropos
Does Google have an API for registering hooks/callbacks for whenever a document is updated? That way, I could run a process on one of my servers every time a doc was updated.
If they don't have that, what the recommended way to accomplish that? Cron? Anything else?