SkyDrive API - accessing documents

自作多情 提交于 2020-01-23 18:18:06

问题


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" />


来源:https://stackoverflow.com/questions/8108126/skydrive-api-accessing-documents

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!