Forum Discussion
vahemeliksetyan
Sep 07, 2022Copper Contributor
Retrieve custom properties of Office files through API call in OneDrive
In SharePoint, we are able to retrieve custom properties of the Office files through API call using Microsoft's CSOM library. This information is usually available in the "Properties" field. However...
NanddeepNachan
Sep 07, 2022Learn Expert
Do you have the custom columns - "TestCustom1" and "TestCustom2" created in OneDrive to have this property mapped?
vahemeliksetyan
Sep 13, 2022Copper Contributor
NanddeepNachan I didn't. I tried to create them though and
1. I don't see them filled automatically when uploading files.
2. I don't see those fields in the "Properties" field when using CSOM to get the data.