Andrew Omondi
Andrew Omondi
https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/feature/5.0/src/Microsoft.Graph/Generated/Drives/Item/Root/Children/ChildrenRequestBuilder.cs#L85 Children request builder missing a Post method and will need to be fixed in the metadata. This can be worked around by the snippet below as the metadata is...
Hey @kadukf-outreach, Any chance you can still replicate this? From my end the query works without issue on the Graph Explorer
Thanks for raising this @lucas-garrido Any chance you can confirm the version of the SDK you are using to perform this?
Thanks for raising this @JesperLeerberg We generate the client library from https://graph.microsoft.com/v1.0/$metadata and the property is present as shown below. Unfortunately, the metadata does not give info on whether a...
API team has acknowledged this is a bug and have created https://identitydivision.visualstudio.com/Engineering/_workitems/edit/2059105 to track and fix.
> I am sure this is a stupid question, but I can't figure out how to get a DriveItem by path. > > What is funny is the documentation has...
I've posted the query at the link below so that we may get feedback from the API owners on whether this is a known difference between the personal/organizational accounts as...
Hey @hemakaranth and @piyumi25, Any chance this is still an issue? From our end comparing the internet headers from outlook and the graph response yield the same results now when...
Thanks for raising this @svrooij Does the note in [the readme](https://github.com/microsoftgraph/msgraph-sdk-dotnet#building-library-locally) help out to run the command below help out? ```shell git config --system core.longpaths true ```
Thanks for raising this @Bellarmine-Head The error seems to suggest that the request made to the service has the $select parameter in it. Any chance you can share the request...