Hi ,
we are trying to read a csv file present in sharepoint using custom service but when testing with postman.
the line
FileResults fileresults = SharepointHelper::getfiles() is returning null value
We are passing proxy, folderpath, and filename as parameters to above method.
but the same is working with batch service.
Would like to understand why it is behaving differently when calling via postman