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
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
When we try to select one Drive Business on an simple account we get a crash with following exception
E/DisambiguationAuthenticator$2[failure] - 190: Unable to disambiguate account type
com.onedrive.sdk.authentication.ClientAuthenticatorException: Unable to disambiguate account type
at com.onedrive.sdk.authentication.DisambiguationAuthenticator$2.failure(DisambiguationAuthenticator.java:187)
at com.onedrive.sdk.authentication.DisambiguationWebView.onReceivedError(DisambiguationWebView.java:89)
at android.webkit.WebViewClient.onReceivedError(WebViewClient.java:267)
at uv.a(SourceFile:1)
at xH.a(SourceFile:255)
at ayK.handleMessage(SourceFile:38)
I have tried to add try catch but no success.
The text was updated successfully, but these errors were encountered:
When we try to select one Drive Business on an simple account we get a crash with following exception
E/DisambiguationAuthenticator$2[failure] - 190: Unable to disambiguate account type
com.onedrive.sdk.authentication.ClientAuthenticatorException: Unable to disambiguate account type
at com.onedrive.sdk.authentication.DisambiguationAuthenticator$2.failure(DisambiguationAuthenticator.java:187)
at com.onedrive.sdk.authentication.DisambiguationWebView.onReceivedError(DisambiguationWebView.java:89)
at android.webkit.WebViewClient.onReceivedError(WebViewClient.java:267)
at uv.a(SourceFile:1)
at xH.a(SourceFile:255)
at ayK.handleMessage(SourceFile:38)
I have tried to add try catch but no success.
The text was updated successfully, but these errors were encountered: