Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload a file to Skydrive

Is there an official API in the upcoming Mango release of WP7 to upload a file to skydrive?

If it is, where can I find an example and the API description?

like image 941
thumbmunkeys Avatar asked Sep 06 '11 21:09

thumbmunkeys


2 Answers

According to this SO post:

SkyDrive functionality is not available to third-party developers. As a matter of fact, there is no official public SkyDrive API.

Also see this other SO post.

UPDATE: (Credit to Eric for pointing out the change in API accessibility)

From the window steam blog:

The new version of the Live Connect APIs and the Live SDK for Windows Phone has now shipped. Please read on to learn more about what’s available now, or visit the Live Connect developer center to get even more details.

The developer center notes that:

The Live SDK is also available for Windows Phone, Android and iOS. The Live Connect APIs use open standards like OAuth 2.0, JSON, and XMPP, making them easy and familiar to work with.

like image 159
JW8 Avatar answered Sep 28 '22 01:09

JW8


You can use the Live SDK to integrate SkyDrive into your Windows Phone applications. Please see our code samples on GitHub.

like image 39
Dare Obasanjo Avatar answered Sep 28 '22 01:09

Dare Obasanjo