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?

Community Center | Discuss the Q&A site | Get started on Q&A
Community Center | Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    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

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.