How to get webDavUrl that can be access by anyone?

Felix Prawira 1 Reputation point
2020-06-15T08:40:32.2+00:00

Hi, I'm trying OneDrive integration right now.
And the main point that we want to achieve is to enable offline editing by the user.

I tried graphAPI like this to get the webDavUrl : https://graph.microsoft.com/v1.0/me/drive/items/[item_id]?$select=webDavUrl,
then I open it in url like this : ms-word:ofe|u|[link from graphAPI]
but only me that can editing it from my offline office, when I paste the link to another device, it's not working since the device not connected to Microsoft Account.

Is there any way for me to generate the webDavUrl that can be access without using microsoft account?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,781 questions
Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
563 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 17,700 Reputation points
    2023-09-09T13:55:35.9566667+00:00

    If you want to enable offline editing by users without requiring them to be signed in with a Microsoft account, you should consider using a different approach, such as sharing the OneDrive item or file with a public link or allowing access through a shared link.

    0 comments No comments