how to crawl the anonymous share link for files

Copper Contributor

   I have a question with anonymous share link.

   When I create a share link for file in Office one drive, with permission such as : anyone with the link can edit.  Office one drive will generate a share link for me. 

{
"id": "b571415a-ebd9-44ce-8406-083215a33c11",
"roles": [
"read"
],
"link": {
"scope": "anonymous",
"type": "view",
"webUrl": "https://mycompanydev-my.sharepoint.com/:w:/g/personal/mycompany_mycompanydev_com/EXJea_3g7itOjlwvobGqy7IBDLUkyJf0UjREK7q0bBUoIo"
}
},

 

   Is there anyway I can crawl this anonymous share link? For example, how can I get all the share links generated from files shared in my drive, what if I want to get share links for files belongs to other organizations and be shared through anonymous share links, is it possible?

 

 

 

0 Replies