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
After upgrading kiota-abstractions-go to v0.8.2 and github.com/microsoft/kiota-http-go to v0.6.2 the following code fails with context cancelled error:
When using versions kiota-abstractions-go v0.8.1 and kiota-http-go v0.5.2 the code executes successfully and I can get information about the user. I also verified I can make the API call successfully using the token from outside of SDK.
The text was updated successfully, but these errors were encountered:
Hi @abezzub
Thanks for using the Go SDK and for reaching out.
You are correct, we ran into a few bumps working on #176 and version 0.8.2 contains a bug, for now, please revert to 8.6.1.
We'll be pushing new versions fairly soon to implement the new feature which will address this issue as well.
Related #253
After upgrading
kiota-abstractions-go
tov0.8.2
andgarden.eu.org/microsoft/kiota-http-go
tov0.6.2
the following code fails withcontext cancelled
error:When using versions
kiota-abstractions-go v0.8.1
andkiota-http-go v0.5.2
the code executes successfully and I can get information about the user. I also verified I can make the API call successfully using the token from outside of SDK.The text was updated successfully, but these errors were encountered: