Skip to content

The resource has changed since the caller last read it; usually an eTag mismatch #2856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
catmanjan opened this issue Mar 12, 2025 · 0 comments
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience

Comments

@catmanjan
Copy link

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_
@catmanjan catmanjan added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

1 participant