python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

Receive triggers from OneDrive and Sharepoint when a file is added/deleted/modified

Open dickkniep opened this issue 4 years ago • 1 comments

Hello,

We are using O365 succesfully to access sharepoint, so thanks a lot for this wonderful library.

Currently we are polling sharepoint to check if a file has been added. Then when a file is added, we download it and process it in our system and upload the result back to sharepoint.

On our filesystem we implemented a system using Watchdog to get triggers to process changes and we would like to have a comparable system for sharepoint O365.

We know that webhooks exist for Sharepoint and OneDrive to support this, but this requires a deep understanding of O365 and the way to communicate, and we do not have the time to engage in this. We are willing to pay a reasonable amount if this feature is implemented in O365.

Thanks in advance D. Kniep TM7 Netherlands

dickkniep avatar Mar 12 '21 14:03 dickkniep

This is not currently supported although it's possible with ms graph

alejcas avatar Apr 01 '25 11:04 alejcas