Live SDK provides a set of controls and APIs that enable applications to integrate single sign-on (SSO) with Microsoft accounts and access information from SkyDrive and Outlook.com on Windows Phone and Windows 8.
Questions tagged [live-sdk]
154 questions
3
votes
1 answer
Is Live SDK deprecated?
As I have understand - Live SDK has supporting 2 main features:
OneDrive and Microsoft account
Now with release OneDrive SDK all OneDrive features are coud be found in it.
But if you want to access Microsoft Account you still can use only Live…

Alexej Sommer
- 2,677
- 1
- 14
- 25
3
votes
1 answer
How do I import Microsoft's LiveSDK into an Android Studio project?
Microsoft provides a set of instructions on how to import the LiveSDK into an Eclipse project, but they do not provide instructions on how to do it using Android Studio.
How would these steps be replicated using Android Studio?

Mark
- 1,455
- 3
- 28
- 51
3
votes
2 answers
How to get version history using One Drive API
I am using LiveSDK 5.6 to get file and folder info stored in One Drive. I am able to get these info, but Now, I am trying to find file version history. I am not able to find a way to get version history of a file stored in One Drive.
Can anyone…

Mohit Gupta
- 109
- 1
- 1
- 11
3
votes
1 answer
How to use OneDrive's api in desktop app and remember permission?
OneDrive can be develope in windows desktop app、window store app.
http://msdn.microsoft.com/en-us/library/dn631817.aspx
https://github.com/liveservices/LiveSDK-for-Windows
I also try the sample apps.
In windows store app, it will remember…

翔 羽
- 227
- 5
- 13
3
votes
1 answer
OneDrive Upload/Download to Specified Directory
I'm trying to use the Live SDK (v5.6) to include backup/restore from OneDrive in my Windows Phone 8.1 Silverlight application. I can read/write to the standard "me/skydrive" directory, but I am having a horrible time in finding a way to…

YnotDraw
- 435
- 2
- 6
- 19
3
votes
1 answer
"Authentication Failed" with Live Connect SDK on Windows Phone 8 app?
I'm following along with this OneNote API tutorial that uses the Live Connect SDK for Windows Phone 8 to authenticate the user:
http://msdn.microsoft.com/en-us/library/office/dn575424.aspx
I have a proper Client ID and I added it to the MainPage.xml…

Robert Oschler
- 14,153
- 18
- 94
- 227
3
votes
0 answers
I search a Java-SE API for Live-SDK
Exists a Java-SE API for "Live SDK" (Microsoft)? I can find only for Java-Android.
I think it must give a Wrapper from REST-API in Java-SE.

Puls
- 59
- 1
- 7
3
votes
1 answer
LiveAuthClient.InitializeAsync() does never return on Windows Phone
I am trying to manage the Live SDK login in the WP8 app and have problems with this code here:
this.authClient = new LiveAuthClient("client Id");
LiveLoginResult loginResult = await this.authClient.InitializeAsync(scopes);
This is the code from the…

Lumlum
- 103
- 1
- 7
3
votes
3 answers
How to download a file from SkyDrive into IsolatedStorage?
I am writing a WP8 (XAML & C#) application to read a text file from SkyDrive and save it into the IsolatedStorage.
It seems that the file is read, but the data I get is the description of the file rather than the content of the file.
The file…

eitan barazani
- 1,123
- 3
- 18
- 34
2
votes
0 answers
apis.live.net/v5.0 - How to validate token on server
I have a resource (REST) server (written in Java/Spring) that I need to validate a Microsoft token from a client. I need to:
Check that the token is valid for my app
Get the token's email address and lookup that user in my app (I can do this)
I…

mikeb
- 10,578
- 7
- 62
- 120
2
votes
4 answers
Cannot upload to OneDrive using the new SDK
I am converting an 8.1 App to Windows 10 UWP. The App uses OneDrive for its private backups and restores, using the new OneDrive SDK, since the LiveSDK does not function with UWP apps.
I have no problem in logging into my OneDrive, listing files and…

Paul Mariotti
- 21
- 2
2
votes
1 answer
C# UWP LiveSKD and OneDrive access using FileOpenPicker
I'm developing a Universal Windows Platform app that allows a user to open and edit files using the FileOpenPicker. The idea is that the user can choose any file on their computer, including files located in their OneDrive folders. On Windows 10…

Eric
- 930
- 1
- 6
- 14
2
votes
0 answers
How to auto login live account using client id / client secret in c# without enter credentials?
Please help me how to auto login live account using client id / client secret without enter login credentials in c#?
I am developing web application and I don't want to login manually Microsoft account. So this is automatically login progamatically…

Umar Khan
- 41
- 2
2
votes
0 answers
How to remove sharing on onedrive programmatically?
I need to revoke sharing permissions for a file in OneDrive. Is there a way to do this in c#
I have tried so many things to remove sharing like:
shared_edit_link
shared_read_link
I would like to change it to 'Just Me' or remove specific people.

Umar Khan
- 41
- 2
2
votes
1 answer
iOS Swift: Integrating OneDrive LiveSDK
I would like to integrate OneDrive API to my app but I get this error when I try to initialize LiveConnectClient:
Extra argument 'scopes' in call
Here is my code:
self.liveClient = LiveConnectClient(clientId: ClientID, scopes: Scopes, delegate:…

Bartosz Bialecki
- 4,391
- 10
- 42
- 64