-
Notifications
You must be signed in to change notification settings - Fork 252
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
[Client bug]: Group delta is missing Skiptoken query parameter #2014
Comments
It is hapening also in Python SDK. Microsft is completly silent about this for weeks now |
Related to microsoftgraph/msgraph-metadata#354 |
Related to https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/13
|
The snippet in the docs should be var result = await graphClient.Drives["{drive-id}"].Items["{driveItem-id}"].DeltaWithToken("latest").GetAsync(); This is different issue now tracked via microsoftgraph/microsoft-graph-devx-api#1725 in the snippet generator. |
Describe the bug
The following code won't compile, because
Skiptoken
property doesn't exist.To Reproduce
Steps to reproduce the behavior:
The code above
Expected behavior
Can set Skiptoken
Screenshots
If applicable, add screenshots to help explain your problem.
Client version
5.17
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: