Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

So with the recent news that Microsoft Skydrive is going to get bumped to 25GB of storage per account, does anyone know if SkyDrive has an API?

(And if so, where are the docs?)

share|improve this question
If you want to use SkyDrive as a cloud filesystem then your only option is cerulean.codeplex.com/documentation – Peter Wone Nov 24 '11 at 13:31

10 Answers

up vote 39 down vote accepted

SkyDrive has an official API. Details can be found by going to Developer Center.

You can also find code samples for working with the SkyDrive API on GitHub

share|improve this answer
The only real problem that I can see Dare, is that I can't access ANY file in Skydrive.. only videos, docs, and photos. What if I wanted to let a user of my app store their ebooks on their skydrive and my app could pull them and read on a device.. (if I am incorrect, please correct me as I really would love to find this to be false) – DevTheo Dec 1 '11 at 16:21
I manage to build and run this application. There is sing in button. When I click it shows a progress bar and get back to same the page. I does nothing. Could you please suggest me how can I use ur application to upload something to skydrive. Thanks in advance! – user785535 Oct 14 '12 at 19:12
link is ​​​dead – BlueRaja - Danny Pflughoeft Nov 5 '12 at 18:38

There are not any official SkyDrive API provided by M$. But there is a unofficial SkyDrive API on codeplex call skydrive api client.

There is Official SkyDrive API through Live Connect now.

share|improve this answer
It seems to be no longer working. – NoBugs Aug 16 '11 at 20:27
Yeah there is official API. Oh, apart from this one msdn.microsoft.com/en-us/windowslive/default.aspx – jamiet Oct 3 '11 at 18:53

Apparently this can mount it as a drive:

share|improve this answer

There is an other skyDrive API on codeplex, names SkyDrive .Net API Client. It seems to be much better/useful than the one mentioned above.

share|improve this answer

We recently released a developer preview of the SkyDrive API to access documents and photos. It supports OAuth 2.0 and is a RESTful API.

You can learn more and sign up from here

Thanks!

Anand Product Manager, SkyDrive team

share|improve this answer
Click on link says: Unfortunately, the program you are trying to join has been closed. We are sorry for this inconvenience. – Robert Grezan Apr 23 '12 at 20:51

No official API, but when has that ever stopped developers?

Here's one on codeplex.com

share|improve this answer
Hmmmm ... 2 very negative reviews don't give me much hope: skydriveviewer.codeplex.com/Release/… – Dan Esparza Apr 28 '09 at 21:37
Try this then cerulean.codeplex.com/documentation – Peter Wone Nov 24 '11 at 13:36

Here is another way to map a skydrive folder!

share|improve this answer

I have develop an example, on how to connect to SkyDrive, upload and download an document. The example is based on the Windows Live Developer Preview SDK and Windows Phone 7.1. Please ensure that you download the sdk from here Then you can download the code-sample at my blog

share|improve this answer

Looks like another promising (unofficial) Skydrive API hosted at Codeplex.

share|improve this answer
Be warned, the project comes with an important disclaimer: "SkyDrive WebClient heavily depends on the design of SkyDrive's HTML pages, even small design or structural changes could easily break partially or completely this library" – urig Jan 21 '11 at 16:51
Yep -- thanks for the heads up – Dan Esparza Jan 21 '11 at 17:08

Sample OS X code is linked to the closed issue.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.