onedrive
onedrive copied to clipboard
Feature Request: Add websocket notification support
Is your feature request related to a problem? Please describe.
Currently this project only supports webhook notifications. This is often not feasable when you don't have the possibility get direct internet access to the machine running onedrive for linux.
MS provides a socket.io (websocket based) endpoint:
https://learn.microsoft.com/en-us/graph/api/subscriptions-socketio?view=graph-rest-1.0&tabs=http
Could you please consider subscribing to this endpoint for near-time syncing?
Describe the solution you'd like
This would allow to receive near-real-time change notifications.
Describe alternatives you've considered
Currently you can only wait if you don't have the possibility to establish a webhook.
Additional context
No response