Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FileSaver.ts #69

Merged
merged 1 commit into from
May 27, 2021
Merged

Update FileSaver.ts #69

merged 1 commit into from
May 27, 2021

Conversation

marc3218
Copy link
Contributor

@marc3218 marc3218 commented May 27, 2021

Updated FileSaver according to #67.
'err.response' is not defined when SharePoint returns:

message:'<S:Fault>\n <S:Code>\n <S:Value>S:Sender</S:Value>\n <S:Subcode>\n <S:Value>wst:FailedAuthentication</S:Value>\n </S:Subcode>\n </S:Code>\n <S:Reason>\n <S:Text xml:lang="en-US">Authentication Failure</S:Text>\n </S:Reason>\n <S:Detail>\n <psf:error xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">\n psf:value0x80048821</psf:value>\n psf:internalerror\n psf:code0x80048821</psf:code>\n psf:textAADSTS50126: Error validating credentials due to invalid username or password.</psf:text>\n </psf:internalerror>\n </psf:error>\n </S:Detail>\n</S:Fault>'

Caused by wrong credentials.

Updated FileSaver according to #67.
'err.response' is not defined when SharePoint returns:

message:'<S:Fault>\n  <S:Code>\n    <S:Value>S:Sender</S:Value>\n    <S:Subcode>\n      <S:Value>wst:FailedAuthentication</S:Value>\n    </S:Subcode>\n  </S:Code>\n  <S:Reason>\n    <S:Text xml:lang="en-US">Authentication Failure</S:Text>\n  </S:Reason>\n  <S:Detail>\n    <psf:error xmlns:psf="http://schemas.microsoft.com/Passport/SoapServices/SOAPFault">\n      <psf:value>0x80048821</psf:value>\n      <psf:internalerror>\n        <psf:code>0x80048821</psf:code>\n        <psf:text>AADSTS50126: Error validating credentials due to invalid username or password.</psf:text>\n      </psf:internalerror>\n    </psf:error>\n  </S:Detail>\n</S:Fault>'

Caused by wrong credentials.
@s-KaiNet s-KaiNet merged commit d692ead into s-KaiNet:master May 27, 2021
@s-KaiNet
Copy link
Owner

Thank you @marc3218 for your contribution!

@marc3218 marc3218 deleted the patch-1 branch May 27, 2021 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants