Ronald K

Results 76 comments of Ronald K

@HorizonNet I've updated the correct link. Here is sample code to get the `Location` from the header after adding header introspection ```go // introspect headers headerOptions := nethttplibrary.NewHeadersInspectionOptions() headerOptions.InspectResponseHeaders =...

@HorizonNet Welcome. That should be the case. Once you try the solution you can update the issue.

@HorizonNet Can you check the value of `Content-Location` i.e `locations := headerOptions.GetResponseHeaders().Get("Content-Location")`

@HorizonNet could you kindly share the response headers you get when using [graph explorer](https://developer.microsoft.com/en-us/graph/graph-explorer)

Hi @HorizonNet, looking at your code again, this should be working. Could you attempt to print all the headers using this snippet ```go for _, key := range headerOptions.GetResponseHeaders().ListKeys() {...

Hi @Kindest13 , could you give un update on when you will be able to complete this PR, we are targeting to include this work in next week release

Hi @Benmartin92 , Thanks for using the Graph Go SDK, could you attempt to create the application using [graph explorer](https://developer.microsoft.com/en-us/graph/graph-explorer) and tell me if you are getting the same issue?

Hi @Benmartin92 , as noted this is a service error and not an SDK error, In order to support the community could you share the link to the issue here,...

Hi @Shaka-Man , thank you for testing out the SDK. I've noted the issue with the generated code and it will be fixed on the [snippet generation tool](https://github.com/microsoftgraph/microsoft-graph-devx-api/issues/2228) As for...

Hi @ritu-rubrik , Thanks for trying the Graph Go SDK. Could you retry the code **without** setting the content header i.e remove the line explicitly setting content header `headers.Add("Content-Type", "image/jpg")`...