Skip to content

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

@catmanjan

Description

@catmanjan

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_

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions