Forum Discussion

LukeSharepoint's avatar
LukeSharepoint
Copper Contributor
Sep 19, 2019
Solved

Word cannot open an anonymous link.

I can use the CSOM to generate an anonymous link, for example       string link = context.Web.CreateAnonymousLinkWithExpirationForDocument(documentUrl, ExternalSharingDocumentOpt...
  • ChrisWebbTech's avatar
    Sep 20, 2019
    This actually isn’t a bug. OneDrive / SharePoint just doesn’t support the use of office clients when using anonymous links. I believe the team is looking into adding this support at some point but you must use the office online web clients for anon links.