You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a single folder, Is there any way to keep monitoring all of its subfolders for events(ex: ITEM_UPLOAD, ITEM_DOWNLOAD, etc) and associate it with the specific folder name?
For ex: hierarchy is as follows
/ Main_Folder
-> A
-> B
-> C
There might be more folders in A, B, C
I need to track events in each subfolder folder
I wish to use generate_events_with_long_polling()
I have tried creating a monitoring thread on each single folder, but I run into unexpected issues after sometime.