I'm trying to access a MS Onenote document via Skydrive and then unpack the file, but it seems that it's not a 'normal' MS-ONESTORE file.
I can access Skydrive via the API no problem, but I get a 'bad request' if I try to GET and ON document. If I sync using the Skydrive client I can see that the Onenote document is actually a shortcut.
I am assuming that this is because of the way that Onenote/Skydrive synchronisation works, this article explains it some more at a higher level.
So, how do I write a client to pull down those remote changes from Skydrive?
My assumption is that Onenote itself is using one of the sync protocols as specified in MS-STWEB, MS-FSSHTTP or MS-FSSHTTPB to download the remote changes but I can't find any documentation on how I can do the same. What endpoint does one connect to to? Which one of these specifications do I need to implement? I'd prefer MS-FSSHTTPB.