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
We are getting 401 Unauthorized error while onedrive upload but there is no claim present in it, which we can see in browser network traces. Since this claim is missing in error response body, we are not able to request New token.
According to our understanding only the response body is coming in case of exception while we need response headers as well to read claim challenge value in current case
The reason for 401 Unauthorized is fine as Server want Client to reauthenticate itself and fetch Fresh token but issue is error body is missing the claim value. This is leading to we not being able to refresh Access Token.
As can be seen in below attached network trace, Http response body is having claim value under WWW-Authenticate header but same is not getting passed in error response, requesting you to kindly check the above mentioned and help.
Network Traces and error response body screenshot attached below Console Errors: [Is there any console error]
Screenshots: [If applicable, add screenshots to help explain your problem]
Steps to Reproduce
Sign in with a account in win32 word.
Try to launch 'Transcribe' feature from the Home tab
Click 'Live Recording' and generate a transcript.
Change the password of the account.
Try to generate transcript again in the same pane session.
The onedrive upload will fail with 401 unauthorized error.
Expected behavior: [What you expected to happen]
We should be able to get the transcript after handling claim challenge in the code. Actual behavior: [What actually happened]
We got 401 unauthorized error.
Additional Context
Add any other context about the problem here..
Usage Information
Request ID - Value of the requestId field if you are receiving a Graph API error response
SDK Version - [SDK version you are using]
Node (Check, if using Node version of SDK)
Node Version - [The version of Node you are using]
Browser (Check, if using Browser version of SDK)
Browser Name - [The name of Browser that you are using for SDK]
Version - [The version of the browser you are using]
The text was updated successfully, but these errors were encountered:
Bug Report
Prerequisites
For more information, see the
CONTRIBUTING
guide.Description
[Description of the bug or feature]
When hitting below URL
https://graph.microsoft.com/v1.0/me/drive/root:/Transcribed%...
We are getting 401 Unauthorized error while onedrive upload but there is no claim present in it, which we can see in browser network traces. Since this claim is missing in error response body, we are not able to request New token.
According to our understanding only the response body is coming in case of exception while we need response headers as well to read claim challenge value in current case
The reason for 401 Unauthorized is fine as Server want Client to reauthenticate itself and fetch Fresh token but issue is error body is missing the claim value. This is leading to we not being able to refresh Access Token.
As can be seen in below attached network trace, Http response body is having claim value under WWW-Authenticate header but same is not getting passed in error response, requesting you to kindly check the above mentioned and help.
Network Traces and error response body screenshot attached below
Console Errors: [Is there any console error]
Screenshots: [If applicable, add screenshots to help explain your problem]
Steps to Reproduce
Expected behavior: [What you expected to happen]
We should be able to get the transcript after handling claim challenge in the code.
Actual behavior: [What actually happened]
We got 401 unauthorized error.
Additional Context
Add any other context about the problem here..
Usage Information
Request ID - Value of the
requestId
field if you are receiving a Graph API error responseSDK Version - [SDK version you are using]
The text was updated successfully, but these errors were encountered: