Robert Oschler
Robert Oschler

Reputation: 14375

Large number of authentication requests and then 0x8000FFFF error trying to access OneNote page?

I'm following along with this OneNote API tutorial that uses the Live Connect SDK for Windows Phone 8 to authenticate the user:

http://msdn.microsoft.com/en-us/library/office/dn575424.aspx

I have authentication working but I'm seeing a strange workflow and then an error.

When I run the app on the Windows Phone 8 Emulator:

At this point I get an error that says "Problem signing in. with the error code 0x8000FFFF"

Note: If I run it on my Lumia phone I don't get the error but when it tries to the view the page it says "Notebook not found" and aborts.

Note2: If I try to login to OneDrive directly via the home page I get an "HTTP 503 Service Unavailable" error.

My questions are:

UPDATE #1: Apparently developing Live connect apps with OneDrive login on the Emulator isn't possible.

Upvotes: 2

Views: 355

Answers (2)

JamesLau-MSFT
JamesLau-MSFT

Reputation: 284

This is actually an issue with the Windows Phone emulator where it is not able to associate itself with a Microsoft Account. You can either try on your physical device, or you can also run the now free Windows desktop client (download it from http://www.onenote.com/Download) to see what the created page looks like.

We will update the sample readme to let folks know that they can't use the WP emulator to view the page. Thanks!

Upvotes: 2

msft-snovick
msft-snovick

Reputation: 177

The issue you are hitting is related to the emulator. The emulator does not support opening the link that is returned.

If you run this on a device, it should open the note without any other auth requests assuming you used the same account that is logged in on the device.

Upvotes: 3

Related Questions