Skip to main content

Hi,

I am able to connect to sharepoint and download the files from a specific folder. Along with the file i need to create a metadata file which has to extracted from sharepoint. 

I am able to list all files using GetFiles, it returns a dictionary list, but this dictionary doesn’t have all the fields data (custom fields).

I was trying with GetListsItems but, it required List name and item id. is there any other way to get metadata from files while listing the files.

 

Thanks,

Sarath.

Looks like Microsoft’s Graph API will get you those custom fields, but the regular API (that our package is probably based upon) doesn’t support that.

https://stackoverflow.com/questions/45964537/get-custom-fields-from-sharepoint-list-item


Reply