How can I access a SharePoint site via a UNC?

Marc Lodge 1 Reputation point
2022-05-13T15:26:49.783+00:00

Hi.
My organisation no longer wishes to use shared drives, and wants to have everything on SharePoint or OneDrive. I have mainframe applications that write data to the shared drive which now need to send the data to SharePoint instead. The current software (Connect Direct) supports UNCs but not URLs. How can I obtain the UNC of SharePoint? Is this possible?
Regards
Marc

Microsoft 365 and Office SharePoint Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xuyan Ding - MSFT 7,601 Reputation points
    2022-05-16T05:16:19.793+00:00

    Hi @Marc Lodge ,

    We can't use UNC to access files that exist on SharePoint through a browser because modern browsers don't support the file:// protocol.
    You could try creating Network Mapping Drive as a workaround via a UNC-like WebDav path, but it is still not recommended. Because this is legacy technology, it may be affected by the August 2021 Internet Explorer deprecation. The mapped network drive needs to be maintained after it is established, every two weeks by navigating to the SharePoint library in Internet Explorer, refreshing the "security token" via Open with explorer to get online permissions.

    This is a specific reference about creating: Map a network drive to a SharePoint library


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.