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
0
votes
1 answer
How to get list of files in skydrive/onedrive root directory for iOS's LiveSDK?
I'm currently using iOS's LiveSDK and I'm trying to get a list of all files including folders in my skydrive/onedrive root directory. The methods I'm currently using are:
[self.liveClient getWithPath:@"me/skydrive"
delegate:self
…

iamarnold
- 229
- 3
- 12
0
votes
1 answer
Upload to my_documents or my_photos folder OneDrive
I can upload to the top level directory in OneDrive with a PUT request at the URI:
I can upload a specific folder if I know it's specific…

friartuck
- 2,954
- 4
- 33
- 67
0
votes
0 answers
LoginAsync() Hangs Indefinately When no Connection is Made
Calling await auth.LoginAsync() to connect to Windows Live (I am connecting to OneDrive) on Windows Phone 8.1 will hang indefinitely if a connection cannot be made). I have tried several approaches at wrapping this call into a task that will…
0
votes
1 answer
LiveSDK + iOS login: not redirecting back to the app after allowing permissions
I have imported liveSDK with pods, my app is set.
This is how I login in swift (I've implemented LiveAuthDelegate too):
var live = LiveConnectClient(clientId: ClientID, delegate: self)
live.login(self, scopes: Scopes, delegate: self)
I get the…

Ammo
- 570
- 1
- 8
- 22
0
votes
0 answers
Live SDK for .Net 3.5
I am developing a winform application targeting .net framework 3.5 . I want to provide support for uploading and downloading to onedrive from my application.But when I searched the internet, I only found live SDK for .Net 4.5 . So, is there a live…

V K
- 1,645
- 3
- 26
- 57
0
votes
2 answers
How to open a file from OneDrive with FileOpenPicker?
The document says "Your app can use the Windows file picker by using the Windows.Storage.Pickers namespace for opening and saving files to the user's OneDrive. "
When FileOpenPicker opens the selection window, OneDrive is nowhere to be found. The…

Hong
- 17,643
- 21
- 81
- 142
0
votes
1 answer
OneDrive SDK in iOS Swift: Conflict between LiveOperationDelegate and LiveDownloadOperationDelegate protocols
I integrate OneDrive SDK in the Swift app, but when I conform to both protocols LiveOperationDelegate and LiveDownloadOperationDelegate and I want to implement them:
func liveOperationSucceeded(operation: LiveOperation!) {}
func…

Bartosz Bialecki
- 4,391
- 10
- 42
- 64
0
votes
1 answer
Getting uniqe user identifier from Microsoft Account
I would like to have a Windows Store/Windows Phone 8.1/Universal (UAP) app store data to a database in the cloud. I would like to use the owner ID instead of asking for a sign-up with my backend. No Problem so far. But I would like to allow the user…

Thomas Lindner
- 61
- 7
0
votes
2 answers
Windows Phone 8.1 Live SDK 5.6 Login issue
I am following the Windows Live SDK 5.6 example codes and have my own simple app trying to login OneDrive. With my Microsoft account given step by step, seems everything is fine, however, i always get System.NullReferenceException, when application…

Rui Huang
- 382
- 1
- 5
- 18
0
votes
1 answer
Importing Live contacs does not import all contacts
When trying to import contacts from window live api it only gives me contacts i created in outlook.com, ones that is imported from yahoo to outlook.com it does not come back with this request below.
string queryParm =…

Justin Homes
- 3,739
- 9
- 49
- 78
0
votes
1 answer
OneDrive for Business using LiveSDK?
We have developped a windows application to upload/download file on a OneDrive account using LiveSDK, but now we need to migrate to OneDrive for Business, is there a way to keep using LiveSDK or we absolutely need to rewrite the code to use Office…

Marko Lachance
- 3
- 1
- 3
0
votes
1 answer
How to rename a file/folder on OneDrive using Patch-Request?
I am about to write an App which synchronizes my local folder with the cloud. As far as I know the LiveSDK doesn't provide any method that would help me with that?
So after searching on the internet i found an example here :…

HTLCloudManager
- 17
- 7
0
votes
1 answer
GetAsync (Live SDK) makes its calling method exit when there is no internet connection
I'm having a problem with some of the APIs inside the Live SDK (I'm using the 5.6 version).
This is an example to illustrate my problem:
private async Task MainMethod()
{
bool result = await UploadStuffOnOneDrive();
//Do stuff depending on…

Sergio0694
- 4,447
- 3
- 31
- 58
0
votes
2 answers
Personal OneDrive, OneDrive for Businesses and LiveSDK
I have developed a Windows Phone 8 app using the LiveSDK API to access files in OneDrive. It works fine using the personal OneDrive. Now my customer have installed OneDrive for Businesses and cannot log in. Do I have to use another API to reach…

rwestly
- 1
- 2
0
votes
0 answers
I want to sync my one folder and sub folder ,with OneDrive
I want to sync my folder and sub folder in it, all files with OneDrive SDK, please give me idea , other stuff i will handle.
Thanks in advance.

IMATech
- 1
- 1