Skip to content

OneDriveService authentication problem #1172

@assassin316

Description

@assassin316

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions