Forum Discussion
Error showing "Share by you" page in ODfB
Hiya,
I have a user at work who has this error when trying to view the files they have shared with others -
"Cannot read property Email of null". Presumably this is due to a missing attribute or similar on the list of people they have shared with although not sure how I'd look into that. Has anyone else seen this/found a fix/could MS raise it as a bug report? Any ideas besides "raise a support ticket" (my next step)?
āā
- TimHaywardCopper Contributor
CoasterKaty I can't yet offer any help, other than to say that the issue is not isolated. I'm experiencing the issue with a client at the moment, not all users affected. We've got a ticket open, i'll keep you posted.
- akashkardaCopper Contributor
TimHayward - I am also getting the same error for one of our client. Let me know if you have any update.
- akashkardaCopper Contributor
I am able to resolve the issue.
The data on this tab is coming from a query <onedrive site url>/_api/web/OneDriveSharedItems?$top=100&$expand=SpItemUrl,DriveAccessToken,DriveAccessTokenV21,DriveUrl
After reviewing the result of this query, I found out that Editor field for one of the file was blank(the file was modified by external user). After modifying the file internally, the issue has been resolved.