Forum Discussion
Jedrek96
Sep 28, 2023Copper Contributor
How do I read the file contents from SharePoint API?
Hello all, I am having issues retrieving the values from my Sharepoint files. Currently, I am able to retrieve my file via Sharepoint but is there anyway that I can read my files content? (I have va...
Vladilen
Sep 28, 2023Brass Contributor
Have a look at this
- API: https://learn.microsoft.com/en-us/graph/api/resources/driveitem?view=graph-rest-1.0
- https://pnp.github.io/powershell/cmdlets/Get-PnPFile.html
- https://pnp.github.io/pnpcore/api/PnP.Core.Model.SharePoint.IFile.html
- API: https://learn.microsoft.com/en-us/graph/api/resources/driveitem?view=graph-rest-1.0
- https://pnp.github.io/powershell/cmdlets/Get-PnPFile.html
- https://pnp.github.io/pnpcore/api/PnP.Core.Model.SharePoint.IFile.html