Questions tagged [live-sdk]

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.

154 questions
0
votes
1 answer

Upload to onedrive from winforms, one time login

I wish my winforms application to be able to upload to the current logged in user's onedrive account (win 8+). I found this http://www.codeguru.com/columns/dotnet/authenticating-a-onedrive-account.html but it seems that they are actually creating a…
friartuck
  • 2,954
  • 4
  • 33
  • 67
0
votes
1 answer

Trouble submitting iOS App using LiveSDK

I want to submit my App to the Apple App Store today, however I'm having some trouble when I attempt to "Validate" my archive before submitting from the organizer. My app is using the LiveSDK (specifically to use One Drive) but during validation I…
Rob
  • 1,025
  • 2
  • 10
  • 27
0
votes
1 answer

PUT page to OneNote via live-sdk

The Beta API provides two different end points for getting the content of a OneNote page from Live, one using the ContentUrl and one the Id. Both work. The GET looks as if it should work in the same way to replace a page by using a PUT instead (it's…
amaca
  • 1,470
  • 13
  • 18
0
votes
1 answer

DownloadAsync result file is null

I use Live SDK 5.6 and I'm trying to download file from OneDrive. Using CreateBackgroundDownloadAsync (innerItem.ID + "/Content"), why is result file null? foreach (var innerItem in resultItems.data) { if (innerItem.name == "MoneyNote.db") …
0
votes
1 answer

ios 8 + LiveSDK authentication crashes my app

I have an app in the store that use LiveSDK API to log the user into OneDrive. The last release was pushed before iOS8 came out, but it works without problem with iOS8 Now I want to push an update (unrelated to OneDrive features) and I am using…
dev-dom
  • 369
  • 2
  • 11
0
votes
2 answers

LiveSDK 5.6 LiveAuthClient.LoginAsync method missing

I am trying to create an integration test for retrieving a OneNote page. And when trying to use the LiveSDK 5.6 LiveAuthClient, my compiler is not even seeing any method named LiveAuthClient.LoginAsync(strin[]) which is mentioned in multiple answers…
Michal Ciechan
  • 13,492
  • 11
  • 76
  • 118
0
votes
2 answers

ERROR ITMS-9000: “Unsupported architectures.Xcode Archive error

I am trying to upload my app to the appstore. Have done that successfully in the past but after integrating live sdk i get this error- ERROR ITMS-9000: “Unsupported architectures. Your executable contains unsupported architectures '[x86_64,…
Nitesh
  • 1,389
  • 1
  • 15
  • 24
0
votes
1 answer

How to post request an authorize code OneDrive

Uri url = new Uri("https://login.live.com/oauth20_authorize.srf"); using (var wb = new WebClient()) { var data = new NameValueCollection(); data["client_id"] = "000000004012B29D"; data["scope"] =…
0
votes
1 answer

Login with Microsoft account using Live SDK

I am creating a Windows 8.1 application, and I want to use it with multiple accounts. When I first started the application, I used the wl.signin scope to test the app faster, but I want to test now with other account(s). So I deleted this scope, I…
0
votes
1 answer

How to find out Total Space and Used space in One Drive Account (IOS Sdk)?

I am using OneDrive ios sdk in my app. I need to show the total space and used space in one of my screen. How can I use LiveConnectionClient api to fetch these details?
Advaith
  • 1,087
  • 3
  • 12
  • 31
0
votes
1 answer

Getting Live SDK Access Token from Web API Controller

I have the following method in the back end, and I want to get the access id for user who logged in via live sdk: public class AccountController : ApiController { [HttpGet] [Route("Account/Authenticate/LiveUser")] public void…
Alwyn
  • 8,079
  • 12
  • 59
  • 107
0
votes
1 answer

Live SDK client secret optional-requirement

Why is the Client Secret required, but then not really if you just use the javascript client. This isn't logical. Can someone please explain to me, why the secret is required when making the REST call directly? The javascript api doesn't require…
Alwyn
  • 8,079
  • 12
  • 59
  • 107
0
votes
1 answer

What component do I need to add to use Live SDK 5.5 in C#?

I want to update OneDrive text file from C#. I downloaded and installed Live SDK v5.5, but when I try to add a component I do not see anything that looks like Live SDK in the .NET Tab. What is the name of component I should be looking for? This is…
ManInMoon
  • 6,795
  • 15
  • 70
  • 133
0
votes
1 answer

oauth2 with windows live returns allways "HTTP request forbidden with client authentication scheme 'Anonymous'"

I wannt to use the loggin functionality of windows live for my app. Therefore I defined a redirect URL and created an App-ID and got an App-secret from: https://account.live.com/developers/applications/create?tou=1 But every time I try to loggin to…
user1911091
  • 1,219
  • 2
  • 14
  • 32
0
votes
1 answer

Is there a square brand logo for use with OneDrive sign in?

I'm using the Live/OneDrive API to do sign in using OAuth2. Is there a square icon (similar to those available for Facebook and Google) that Microsoft permit using?
MrPotes
  • 356
  • 2
  • 10