Search code examples
microsoft-graph-apionedrive

webDavUrl missing from item response, why?


webDavUrl property is not present in the list children request response. using: GET /groups/{group-id}/drive/items/{item-id}/children

Any idea as to why that is?


Solution

  • The webDavUrl property must be explicity requested. Unfortunately it looks like the documentation does not mention this, so we'll need to get that rectified.

    GET …?select=*,webDavUrl