SkyDrive API - accessing documents

2019-06-06 07:12发布

问题:

Not a long time that SkyDrive API is available. The scopes to access are here. But how to access documents on SkyDrive? What scope to use?

回答1:

This blog post about Windows 8 and Skydrive contains some information about wl.skydrive for accessing and wl.skydrive_update for uploading data. Also the SkyPad application uses these, so it might be worth a try:

<live:SignInButton x:Name="signInBtn" Scopes="wl.signin wl.skydrive_update" Margin="0,0,0,0" />