Project Description

SkyDrive .Net API Client allows developers to easily integrate Microsoft's Windows Live SkyDrive online storage and sharing services into their own applications. It's developed in C#.

What is this?

This project is an open source client for Windows Live SkyDrive written for the Microsoft .NET Framework. Using this project will greatly facilitate the development of 3rd party applications for developers already familiar with the Microsoft .NET technology stack.

How does it work?

At the time of this writing, as far as I know, there is no official API to use for SkyDrive. So, SkyDrive WebClient uses the same communication protocols as a web browser: it's requesting HTML pages, parsing them (thanks Html Agility Pack project) and posting back HTML forms appropriately. Therefore, SkyDrive WebClient heavily depends on the design of SkyDrive's HTML pages, even small design or structural changes could easily lead to errors, I know.

How to use it?

Check the samples delivered by the source code for examples.

Donate

Last edited Jun 3, 2009 at 1:27 PM by ghollosy, version 13