Stijn Herreman

Results 22 comments of Stijn Herreman

Follow-up to my previous comment: wrapping the API can introduce bugs if you don't pay good attention. For example `client.Drives[driveId].Items[folderId].ItemWithPath(filename)` returns a `CustomDriveItemItemRequestBuilder` that shadows the original properties, so a...

This should be documented somewhere, I only found this discussion when I wanted to open an issue myself :) The global filter works fine for me, I did do it...