Forum Discussion

Shanker_Paudel's avatar
Shanker_Paudel
Copper Contributor
Mar 13, 2019

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, but not through API.
Please help

  • DustinPatterson's avatar
    DustinPatterson
    Copper 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!

Resources