从 Python 应用程序访问 Microsoft Live 服务
我需要从我的 python 应用程序访问 microsoft skydrive。 Microsoft 是否为开发人员提供 SOAP 或 REST 服务?
如果没有Web服务,是否存在允许访问skydrive的python库?
谢谢。
I need to access microsoft skydrive from my python app. Is there a SOAP or REST service that Microsoft provides for developers?
If there is no web service, does any python library that allows to access skydrive exist?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
官方 API 上否。
有几个用于非官方访问的 .NET 库,您可以从 IronPython 使用它们。
No on the official API.
There are a couple of .NET libraries for unofficial access, which you could use from IronPython.
SkyDrive 现在有一个 REST API。
协议大致如下:
还有一些可用的 Python 模块,例如 python-skydrive 和 txSkyDrive。但这些仅适用于 Python 2.7。
There is a REST API for SkyDrive now.
Broadly the protocol is as follows:
There are also some Python modules available, such as python-skydrive and txSkyDrive. But those are only for Python 2.7.