I'm just getting started with the OneDrive API. I have an application that integrates with Google Drive and Dropbox and receives push notifications from these services, and I'm looking to include OneDrive support.
Maybe I'm not looking in the right place, but I can't find documentation on how/if I can receive push notifications for changes on a users OneDrive account. Or, even a list of changes to a service - like Dropbox's delta call, or Google's changes list call.
Ideally, I'm wondering if OneDrive supports something similar to Google Drive's watch changes function, or Dropbox's webhooks or longpoll_delta. Anyone able to shed some light on this?
Turn notifications on or off for all filesRight-click the OneDrive icon (looks like a white cloud) on the system tray of your task bar and select Settings. On the Settings tab, you'll find a check box to enable or disable notifications.
To help manage changes in documents saved to OneDrive or OneDrive mobile, OneDrive will notify you when comments are added to a document you created or when someone replied to a comment you made.
In the OneDrive app, tap Me from the bottom-right corner. Head to Settings > Personal. Scroll down to GET NOTIFICATIONS WHEN. Customize your notification settings by turning the toggles on or off.
Try view.delta: https://dev.onedrive.com/items/view_delta.htm
GET /drive/items/{item-id}/view.delta
GET /drive/root:/{item-path}:/view.delta
Unfortunately, that is not supported by the current version of the OneDrive API.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With