I am considering a backend service that will post-process all uploaded files in the enterprise (think custom data mining or similar).
To do that, I need something like a webhook to notify my service when ANY user uploads a new file, and then I guess I need to fetch the file "As User" from what...a Service Account?
What's the best way to register for events (uploaded files) for the entire enterprise - or register a webhook (on the Enterprise Root Folder?) - to get the notifications?
Thanks for any pointers.