Click here to Skip to main content
15,885,985 members
Articles / Programming Languages / C#
Tip/Trick

Windows 8.1 Store App and SkyDrive Live Connect

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
9 Jan 2014CPOL1 min read 16.9K   5   2
Write a Windows 8.1 store app to save your files on SkyDrive using Live Connect SDK

Introduction

Storing and retrieving files from SkyDrive is not the same as local disk file and folder access. This article will be a good starting point to write a SkyDrive Windows 8.1 store app using Live Connect SDK and Visual Studio 2013.

Background

When I started writing my first SkyDrive app for Windows 8.1 store, I had some questions in using the SkyDrive Live Connect SDK within Visual Studio 2013. So I wanted to share my experience here that could help you to write your SkyDrive app rapidly.

How to Write a SkyDrive Store App

In this article, I will walk through step by step on writing your first SkyDrive app on Windows 8.1.

1. Get a paid developer account

(In my case, I needed a paid account so that I could access the SkyDrive using my C# store app while developing.)

2. Reserve an App name

Image 1

3. You should see your app name in the dashboard

Image 2

4. Install Visual Studio 2013   

5. Install Live Connect SDK

6. Create a new project in Visual Studio

Image 3

7. Add reference to Live SDK

Image 4

8. Associate your app to the store

This step will enable the access to SkyDrive files using your App:

Image 5

9. Use the Live Connect SDK to access your files from SkyDrive

Points of Interest

I'm currently writing my SkyDrive Windows Store App and I will publish another article on how to use the Live Connect API.

History

  • 9th January, 2014: Initial version

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionGreat start!! Pin
ColbyLabs10-Jan-14 14:42
ColbyLabs10-Jan-14 14:42 
QuestionAwaiting for the next Article Pin
Sampath Lokuge9-Jan-14 20:26
Sampath Lokuge9-Jan-14 20:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.