Forum Discussion
sabinsharma
Apr 22, 2019Copper Contributor
How to read the content of the file returned by sharepoint Rest API
Hello Everyone, I am using Rest API provided by the SharePoint to read the content of PDF file. url: http://site url/_api/web/GetFolderByServerRelativeUrl('/Folder Name')/Files('file name')/$value...
tim1994
Oct 26, 2022Copper Contributor
Have you ever managed to convert this string you get from the API to a .pdf file again? Struggling with the same issue here, but then in Python