You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that this happens only for one particular group (we use that code on multiple AADs and all works ok, except one particular group within one AAD). I know that the group has members, but I don't actually have access to authorize as the service principal and debug the code (this happens in production). So the problem is, I'm getting an error, but I don't know what it is about, beside it being http status 400.
I was hoping that this would give me the body of the response in the logs (i.e. when doing .ToString() on the ApiException), but looking at the code, it doesn't seem like it.
I am still seeing this generic error message "Microsoft.Kiota.Abstractions.ApiException: The server returned an unexpected status code and no error factory is registered for this code: 400. The graph SDK nuget package version being used is 5.18.0
The problem is that this happens only for one particular group (we use that code on multiple AADs and all works ok, except one particular group within one AAD). I know that the group has members, but I don't actually have access to authorize as the service principal and debug the code (this happens in production). So the problem is, I'm getting an error, but I don't know what it is about, beside it being http status 400.
I was hoping that this would give me the body of the response in the logs (i.e. when doing
.ToString()
on theApiException
), but looking at the code, it doesn't seem like it.Originally posted by @macwier in microsoftgraph/msgraph-sdk-dotnet#2094 (comment)
The text was updated successfully, but these errors were encountered: