I have upload a file with RestAPI and it returns
{
"d": {
"CheckInComment": "",
"CheckOutType": 2,
"ContentTag":
"CustomizedPageStatus": 0,
"ETag":
"Exists": true,
"IrmEnabled": false,
"Length": "344105",
"Level": 1,
"LinkingUri": ,
"LinkingUrl": "",
"MajorVersion": 1,
"MinorVersion": 0,
"Name": "xxxxx/xxxx.docx",
"TimeCreated": "2020-09-18T06:37:12Z",
"TimeLastModified": "2020-09-18T06:37:12Z",
"Title": "",
"UIVersion": 512,
"UIVersionLabel": "1.0",
"UniqueId": "xxxx-xxxx-xxx"
}
}
and I save the [Name, ServerRelativeUrl, UniqueId] to the list item properties.
when i select the list item ,how can i get the file with the selected item?