Forum Discussion
Shanker_Paudel
Mar 13, 2019Copper Contributor
LinkingUri and LinkingUrl are null while creating file in SharePoint from Rest API
I am creating a file from SharePoint REST API in a Folder in SharePoint i am getting "LinkingUri": null,
"LinkingUrl": "", if i creating file in SharePoint these fields are populating correctly, ...
DustinPatterson
Mar 10, 2021Copper Contributor
Shanker_Paudel I ran into this issue recently. It seems that "LinkingUrl" and "LinkingUri" are only available on "Microsoft" File types (docx, xlsx). Non-Microsoft files (png, pdf, txt) don’t have links. I hope that helps!