Forum Discussion
CoverallDev
Jun 12, 2024Copper Contributor
Windows service on local server needs to consume files from SharePoint folder
I have a Windows Service that needs to consume files from a cloud based SharePoint folder. I've found lots of info on mapping drives or using sync to make it available in OneDrive but as best I can ...
SteveKnutson
Jun 13, 2024MVP
There is an option of using WebDav to map a drive, however this is old technology, and the session will timeout.
https://learn.microsoft.com/en-us/sharepoint/troubleshoot/lists-and-libraries/troubleshoot-mapped-network-drives
Power Automate or PowerShell (https://pnp.github.io/powershell/cmdlets/Get-PnPFile.html) can be used to copy files down to the File Server.
https://learn.microsoft.com/en-us/sharepoint/troubleshoot/lists-and-libraries/troubleshoot-mapped-network-drives
Power Automate or PowerShell (https://pnp.github.io/powershell/cmdlets/Get-PnPFile.html) can be used to copy files down to the File Server.