I have a tiny Python utility that checks for the existence of Autocad .dwl files every 20 seconds in about a hundred folders on my computer. Several co-workers use the same app on their computers.
The problem is the time lag between the creation of that file on one co-worker’s computer and its arrival at my computer (and those of the other guys too).
One of them suggested I could use the Box API to maybe reduce the time lag.
I’m hoping one of you might be willing to help me make the first steps if this is possible.
Thanks.