You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
butonic
changed the title
Activities: no activity for public link change (role, expiration date, password)
Activities. no activity for public link change (role, expiration date, password)
Sep 9, 2024
We can recognize the change for the role, expiration date, and password in a eventsmiddelware. We could extend the events.LinkUpdated by the boolean field.
I have tried to return the proper event for the public link update using the link.UpdatePublicShareResponse.Opaque as a carrier. User updated the permission. User updated the password. User updated the expiration date.
I faced a few problems, the graph uses the PATH as a PUT no matter what parameter the user changed on UI.
Then graph calls updatePublicLink three times and the middleware emits three events...
@2403905 In personal space context, for public link change (role,expiration date, password) of a file there are no activities.
Should we reopen this issue or make another one?
Expected: it would be nice to know that public link was changed and who did it (in the space context)
Actual: no events
The text was updated successfully, but these errors were encountered: