OneDrive SDK&后台任务WP8.1

时间:2015-06-09 19:23:08

标签: c# windows-phone-8 onedrive background-task

我尝试在后台任务(Windows运行时组件)中使用OneDrive SDK,但在尝试进行身份验证时出错:

var result = await Authenticator.AuthenticateUserAsync(new[] { serviceTicketRequest }, CredentialPromptType.PromptIfNeeded)

我收到错误:The request is not supported. (Exception from HRESULT: 0x80070032)

我已在MSDN forum here上发布此查询。

2 个答案:

答案 0 :(得分:1)

问题是我必须记录访问令牌并在之后使用它进行下一次调用。但它仅被授予1小时。

答案 1 :(得分:0)

你是否有机会使用Xamarin?在这种情况下,crasch是尝试调试64位进程时出错的结果。