35

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?)

Patrick Hofman
  • 153,850
  • 22
  • 249
  • 325
Dan Esparza
  • 28,047
  • 29
  • 99
  • 127
  • If you want to use SkyDrive as a cloud filesystem then your only option is http://cerulean.codeplex.com/documentation – Peter Wone Nov 24 '11 at 13:31

1 Answers1

44

SkyDrive (renamed 'OneDrive') has an official API. Details can be found by going to The OneDrive Developer center.

You can also find code samples for working with the OneDrive API, along with source code for the SDKs, on GitHub

Brad
  • 4,089
  • 2
  • 16
  • 26
Dare Obasanjo
  • 695
  • 10
  • 6
  • 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 01 '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! – masiboo Oct 14 '12 at 19:12
  • 1
    The OneDrive (as SkyDrive is now called) API details can be found here: http://msdn.microsoft.com/onedrive/ – urig Jun 08 '14 at 07:46