Brad
Brad
SharePoint did have an issue with seemingly random 400 responses, but that should have been resolved for a while now. Are you still seeing the 400s occurring?
I just noticed this in the [4.01 protocol documentation](http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionselect): *Allowed system query options are `$select` and `$compute` respectively for complex properties, plus `$filter`, `$search`, `$count`, `$orderby`, `$skip`, and `$top` for...
If this applies to `7.5.x` it will block OneDrive from updating due to some dependencies on 4.5. We're hoping to have those gone by H2 2022.
It looks like there's a difference in the `property.Value` that's triggering the failure. In the case where you pass in `myProperty` `oDataValue` is `null`, while when you pass in `myproperty`...
So it turns out when I ran all the unit tests in Visual Studio 2022 Preview the `PublicApiTests` did not run. I cannot make them run either (0 Passed, 0...
@corranrogue9 / @gathogojr any feedback on this PR?
@corranrogue9 / @gathogojr ping?
I apologize, I somehow missed the previous notification from GitHub. So there are two questions: 1. Why is `id` missing? 1. Why is `email` a dynamic property instead of being...
Any kind of inconsistency should be viewed as a bug so we'll investigate what's going on with the `delta` API. Are there any other APIs that you've noticed missing `id`...
For OneDrive / SharePoint API issues / questions the best place is https://github.com/OneDrive/OneDrive-api-docs. We generally only spot issues other repos when we're explicitly tagged.