Himanshu Tanwar
Results
1
issues of
Himanshu Tanwar
Trying to achieve [this](https://learn.microsoft.com/en-us/graph/api/driveitem-delta?view=graph-rest-1.0&tabs=go#example-4-retrieving-delta-results-using-a-timestamp) using the sdk. Sample Code: ``` func getDelta(ctx context.Context, client *msgraphsdkgo.GraphServiceClient, driveID, itemID string) error { reqHeaders := abstractions.NewRequestHeaders() reqHeaders.TryAdd("Prefer", "hierarchicalsharing, deltashowremovedasdeleted, deltatraversepermissiongaps, deltashowsharingchanges") timestamptoken :=...