Hi,
I am trying to get the creation date of a sharedLink created for an specific folder stored in a library inside a site with this function:
await _graphServiceClient.Sites[siteId].Lists[libraryCtag].Drive.Items[folderId].Request().Select("shared").GetAsync();
The folderId target has a SharedLink applied but I always get the field SharedDateTime with null value.
I have tried to check it with Rest and I can't get this field neither.
If I get the permissions with c# I can get the scope and other data in the link but the creationDate is not obtained.
Do you know what is the issue?