Microsoft OneNote 2010 的 API + SkyDrive 网络服务?
我非常熟悉 Microsoft OneNote 2007 和 2010 API,但是这些 API 直接与 OneNote 本身交互。 2010 年,我们拥有了将 OneNote 与 SkyDrive 同步的强大功能。这确实有效。我们还可以使用 OneNote Web App、Windows Phone 7 以及现在的 iPhone 应用程序来访问我们的文档。
我的问题是,是否有任何方法可以直接访问 SkyDrive(或类似)API 来访问 SkyDrive 本身上的 OneNote 笔记本?我相信现有的 OneNote 用户将会看到它的力量。
打开 fiddler 我看到各种对 http://docs.live.net/SkyDocsService.svc。 Daniel“Mr OneNote”Escapa 在下面的论坛帖子中也引用了这些服务:
OneNote 在 2010 版本中提供了 3 屏幕解决方案。我们将拥有桌面应用程序、网络应用程序和移动应用程序,所有这些应用程序都将同步到云中的同一位置到 Windows Live。这将允许您执行上面提到的所有相同操作。因此,当您在父母身边时,您可以使用浏览器查看您的笔记(IE、Firefox 和 Safari)。您还可以在手机上的 Android 浏览器中查看笔记,最后我希望将来有一个适用于 Android 的 OneNote 应用程序。例如,有一个第 3 方组织发布了 OneNote 2007 的 iPhone 解决方案,即使我们没有在 Office 2010 中添加所有这些 Web 服务。
I am quite familiar with the Microsoft OneNote 2007 and 2010 APIs, however these interface directly with OneNote itself. In 2010 we have the great facility of syncing OneNote with SkyDrive. This works really well. We can also use the OneNote Web App, Windows Phone 7 and now the iPhone app to access our documents.
My question is this, is there any way of accessing the SkyDrive (or similiar) API directly to enable access to our OneNote notebooks on SkyDrive itself? I trust existing OneNote Uers will see the power of this.
Opening up fiddler I see all sorts of calls to http://docs.live.net/SkyDocsService.svc. The services are also referenced in a forum post by Daniel "Mr OneNote" Escapa on a forum post below:
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是受支持的 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
This is supported REST SKYDRIVE API http://msdn.microsoft.com/en-us/library/live/hh826521.aspx
Video:The complete developer's guide to the SkyDrive API: http://channel9.msdn.com/Events/BUILD/BUILD2011/PLAT-134C
SkyDrive core concepts: http://msdn.microsoft.com/en-us/library/live/hh826545.aspx
Create, read, update, and delete folders and files, and get links to files so that other users can access those files directly.: http://msdn.microsoft.com/en-us/library/live/hh826531.aspx
Create, read, update, and delete albums, photos, videos, and audio. Read, create, and delete tags on photos and videos.: http://msdn.microsoft.com/en-us/library/live/hh826522.aspx
Code Samples (Interactive SDK): http://isdk.dev.live.com/ISDK.aspx
我们终于有结果了!阅读 Scott Hanselman 的博文,OneNote 和 Microsoft 于 2014 年 3 月 17 日悄然发生的 API 革命,其中透露了新的 OneNote REST API。
We finally have a result! Read Scott Hanselman's blog post, OneNote and Microsoft's quiet API revolution of 17 March 2014 which breaks the news on the new OneNote REST API.