I'm testing Graph Api for OneDrive.
For testing purposes, I both listen to a webhook subscription, and poll deltas each 10 seconds.
I noticed that if I create/delete sharing links (for file or folder) of "anyone can access" and "all people in Company" types -- I do not receive webhook push or new delta.
For all other change types, like new file, renamed file, even sharing "with specific person" -- both methods show new event.
My question is: is it supposed to work (any kind of notification about item sharing by link)? Am I doing something wrong, or is this an API issue?