-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Labels
Description
Describe the bug
I am trying to download a driveItem like so:
var driveItemContent = await Graph.Drives["asdf"].Items["zxcv"]
.Content
.GetAsync(cancellationToken: cancellationToken);
But for a particualr document I get a 409 error
Never seems to go away even if I re-do the request
Plz fix
Expected behavior
Gets the file, 409 can be handled internally by kiota
How to reproduce
var driveItemContent = await Graph.Drives["asdf"].Items["zxcv"]
.Content
.GetAsync(cancellationToken: cancellationToken);
SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_