question

AndoniObregn-1923 avatar image
0 Votes"
AndoniObregn-1923 asked DianaWanjuhi-1579 commented

SharedLink SharedDateTime always null

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?

microsoft-graph-sdk
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @AndoniObregn-1923 I am trying to reproduce this issue, to clarify, would you share documentation to the implementation shared above?

0 Votes 0 ·

0 Answers