Microsoft OneNote 2010 SkyDrive Web服务的API?

我非常熟悉Microsoft OneNote 2007和2010 API,但这些API直接与OneNote本身接口. 2010年,我们拥有将OneNote与SkyDrive同步的强大功能.这非常有效.我们还可以使用OneNote Web App,Windows Phone 7和现在的iPhone应用程序来访问我们的文档.

我的问题是,有没有办法直接访问SkyDrive(或类似的)API,以便能够在SkyDrive上访问我们的OneNote笔记本?我相信现有的OneNote Uers会看到它的力量.

打开小提琴手我看到各种各样的电话http://docs.live.net/SkyDocsService.svc.丹尼尔“Mr OneNote”Escapa在论坛帖子中引用了这些服务:

OneNote has a 3 screen solution with the 2010 release. We will have the desktop app,the web app and a mobile app all which sync to the same place in the cloud to Windows Live. This will allow you to do all of the same things you mention above. So when you are at your parents you can use the browser to view your notes (IE,Firefox & Safari). You can also view your notes in the Android browser on your phone and finally I hope there is a OneNote app for the Android in the future. For example there is a 3rd party group which has released an iPhone solution for OneNote 2007 even without all of these web services we are adding in Office 2010.

07001

支持REST SKYDRIVE API http://msdn.microsoft.com/en-us/library/live/hh826521.aspx

视频:SkyDrive API的完整开发人员指南:http://channel9.msdn.com/Events/BUILD/BUILD2011/PLAT-134C

SkyDrive核心概念:http://msdn.microsoft.com/en-us/library/live/hh826545.aspx

创建,读取,更新和删除文件夹和文件,并获取文件链接,以便其他用户可以直接访问这些文件http://msdn.microsoft.com/en-us/library/live/hh826531.aspx

创建,阅读,更新和删除相册,照片,视频和音频.阅读,创建和删除照片和视频上的标签http://msdn.microsoft.com/en-us/library/live/hh826522.aspx

代码示例(交互式SDK):http://isdk.dev.live.com/ISDK.aspx

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...