Hi All,
We have a requirment to download PDF file from sharepoint.
I used below link to write the code:
In my case everything works file till it reaches below code :
file = SharePointHelper::GetFileContents(proxy, uri);
This code is currently returning null value.
We are using team sharepoint (Sharepoint online).
URL format used is :
https://XXXXXXXXXX.sharepoint.com/:b:/r/sites/<TEAM GROUP NAME>/Shared%20Documents/<SUB GROUP NAME>/<FOLDER>/TESTPDF.pdf
Please let me know if i am missing anything.
How do i get this code to return file content?
Please let me if any further information is required.
Regards,
Ajay K S