msgraph-sdk-python icon indicating copy to clipboard operation
msgraph-sdk-python copied to clipboard

Driveitem Delta - Example 4 Python does not reflect SDK

Open Jakob-98 opened this issue 1 year ago • 0 comments

Describe the bug

I am trying to retrieve deltas using Timestamp using the python SDK.

The DeltaRequestBuilderGetQueryParameters does not accept the token parameter as described in the docs.

Expected behavior

The DeltaRequestBuilderGetQueryParameters should token parameter as described in the docs and allow me to initialize a delta link using the parameters as my query parameters.

How to reproduce

Copy Example 4 from the docs, notice that DeltaRequestBuilderGetQueryParameters does not support token as a parameter.

SDK Version

1.12.0

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_

Jakob-98 avatar Nov 11 '24 10:11 Jakob-98