Microsoft Graph Java SDK - Unable to receive shared files on One Drive as a Event

Product Marketing 41 Reputation points
2020-12-02T09:48:20.797+00:00

Hi All,

I have a Paid subscription with Office 365 account. I am trying to integrate OneDrive to my application, where I need some support from you in understanding the implementation of OneDrive's share events.

We are not receiving the share events like sharing a file / folder etc..,. Integrated Webhook according to the documentation, able to receive delta events like if there are any files added etc.,. Need some help in understanding the implementation of handling / receiving the events when User shares the files / folders / sites on OneDrive. Let me know if you need more information

What I need / interested is the file / folder data which is actually getting shared to the user. If one User shares a file with another user, then I should be able to access / download the file and able to store / read the content of the file real time(with some delay acceptable).

Microsoft Graph Site Lists API
Microsoft Graph Site Lists API
A Microsoft API that "supports access to SharePoint sites, lists, and drives; read-only support for site resources; read-write support for lists, listItems, and driveItems; and address resources by SharePoint ID, URL, or relative path.
294 questions
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
No comments
{count} votes

1 additional answer

Sort by: Most helpful
  1. Product Marketing 41 Reputation points
    2020-12-03T04:36:23.697+00:00

    Thanks for reply. Can you provide me some thoughts on Share events how we receive them and how to handle them.