Webpart to a network drive

Mike Mazzie 26 Reputation points
2020-12-11T21:18:38.747+00:00

How to create a link from a webpart to a network drive from SharePoint online

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,229 questions
0 comments No comments
{count} vote

Accepted answer
  1. trevorseward 11,711 Reputation points
    2020-12-14T23:04:28.893+00:00

    Modern browsers do not support the file:// protocol on web pages for security reasons.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. JoyZ 18,111 Reputation points
    2020-12-14T06:40:18.877+00:00

    Hi @Mike Mazzie ,

    In SharePoint online modern experience, we could use Text web part to insert a link as file://[folder link] format to the network drive then re-publish the page.(Please note this only works in IE browser.)

    -----------------------------------Update---------------------------------------

    Sorry to confuse you, please use file:// rather than File://.

    Since mapping a network drive uses WebDav which missed in Chrome,so Chrome doesn't work.


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    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.