microsoftgraph / microsoftgraph/msgraph-sdk-dotnet
v5 DriveItem is missing instance attributes
Open
@shemogumbe is already working on this.
Since Oct 1, 2024.
Bug: metadata
- Dominant language
- C#
- Stars
- 789
- Forks
- 264
- Avg merge
- 15h 17m
- Merged PRs (30d)
- 3
Description
Describe the bug
According to the documentation each drive item can within a GET request return this value: @microsoft.graph.downloadUrl
Currently this property is not mapped within a DriveItem and must be extracted from the AdditionalData dictionary.
Expected behavior
The DriveItem should have a corresponding property DownloadUrl.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.