-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
question ❔Issues or PR require more informationIssues or PR require more informationservices 👷♂️unable to reproduce ✖️
Description
I keep receiving the following error everytime I try to login with the OneDrive service:
The application requesting authentication tokens is either disabled or incorrectly configured. (Exception from HRESULT: 0x80860003)
I initialize as follows:
return OneDriveService.Instance.Initialize(
Constants.OneDriveAppId,
#if WINDOWS_UWP
OneDriveEnums.AccountProviderType.OnlineId,
#else
OneDriveEnums.AccountProviderType.Msa,
#endif
OneDriveScopes.ReadOnly | OneDriveScopes.WlSignin);
and then login:
return await OneDriveService.Instance.LoginAsync();
Metadata
Metadata
Assignees
Labels
question ❔Issues or PR require more informationIssues or PR require more informationservices 👷♂️unable to reproduce ✖️