Skip to content

Using delta queries with the Go SDK? #272

@einarnn

Description

@einarnn

Are there any good examples of how to use delta queries with the Go SDK for MS Graph? It feels like I've been bashing my head against a brick wall, and I always end up with the error below from msgraphcore.NewPageIterator:

*errors.errorString > error: &errors.errorString{s:"response does not have next link accessor"}

...when I can clearly see that the initial response does have an @odata.nextLink field populated.

A full example of how to use a delta query against https://graph.microsoft.com/v1.0/users would be very helpful!

Cheers,

Einar

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions