SharePoint Share Links

Pavel Brokhman 1 Reputation point
2020-08-25T14:18:19.383+00:00

Hi guys,

I am developing external application to upload documents to the SharePoint Online and create Share Link to that document for the users.

How can I create ShareLink for existing document?

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

1 answer

Sort by: Most helpful
  1. Baker Kong-MSFT 3,796 Reputation points
    2020-08-26T02:27:30.187+00:00

    Hi PavelBrokhman-2898,

    MS Graph API offers an endpoin that could create sharing link:

    Check Create a sharing link

    If you're using SharePoint Rest API, then you can take a reference of below blog:

    Best Regards,
    Baker Kong


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