SkyDrive is a file hosting service that allows users to upload and sync files to a cloud storage and then access them from a Web browser or their local device.

learn more… | top users | synonyms

0
votes
0answers
19 views

skydrive excel web app

I've made a calculator which calculates gross and net value depending on tax. Something like this: Gross | Tax | Net -------------------------- 100 | 10% | is calculated when gross ...
0
votes
0answers
15 views

Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive

This is my first assignment of file sharing. Need is to share files from our website to above mentioned locations. Currently, I have been exploring each service’s API for file sharing. Question 1: ...
1
vote
1answer
13 views

Cloud storage api suggestion for often video uploads

We are starting a software business. It includes : -Often video file uploads to the cloud storage -After upload is done, the software will send the video URL to the specified email adress. We use ...
0
votes
1answer
72 views

SkyDrive API access code sometime works sometime does not works

I am trying to access skydrive content from my code. the following code worked before but suddently it stopped executing the second result. Not sure what microsoft has done in behind! Please help. ...
0
votes
1answer
30 views

Donwloading Multiple Files from SkyDrive with Live 5.3

I'm trying to download one or more files from SkyDrive using the Windows Phone emulator. I'm pretty new at the Live SDK and I'm lost following these pages: multiple file download using SkyDrive API ...
0
votes
0answers
20 views

LiveSDK: LiveOperationResult operationResult = await this.liveClient.GetAsync won't work

Sorry this is a little long question. This is basically about applying async call from sync for live SDK usage. I asked a question: Why my List is null after being assigned in a function call? ...
0
votes
0answers
29 views

Windows phone 8 and skydrive - deactivating the app while downloading content

I have an app that connects to the skydrive and starts downloading a lot of content using the DownloadAsync method. When I tombstone and activate the app, it connects to the skydrive again and ...
0
votes
1answer
34 views

REST Upload to Skydrive without Content-Length

I'm trying to upload a file to Skydrive where I don't a-priori know the Content-Length. With other storage services I can do this with chunked HTTP upload, but Skydrive always complains about ...
0
votes
0answers
17 views

Sharepoint file sharing

We have a project which we use sharepoint. One of the feature is file sharing such that, i have a computer in the organization in which there is a shared folder. What i want is to be able to share ...
0
votes
1answer
35 views

robocopy script exclude files beginning with a “space”

I'm using the following script to backup my IIS and MySQL data directories to a SkyDrive folder than then uploads to the cloud, but SkyDrive has an issue with files beginning with a space or null ...
0
votes
1answer
30 views

How to pass a string to the body of SkyDrive API

I have a code which creates the new folder in Skydrive using it's api. Its actually working. But it always creates the folder with the same name. Because the name of the folder is hardcoded. My ...
0
votes
0answers
26 views

skydrive API upload method crashes

I'm developing an application which will allow users to upload files to their Skydrive. I'm Using Skydrive API and the code samples from LIVE SDK. It was actually working fine when I tested it in ...
0
votes
0answers
12 views

How to force skydrive offline to get the 'offline' experience [migrated]

My goal is to open (in Windows) an office document and not make a round trip to office 365. This round trip, on a slow connection, can be 30-seconds. If I disable my network adapter, then I get the ...
-1
votes
2answers
55 views

skydrive upload for my WP in-app purchase receipts

Recently in my WP8 app, i enabled the in-app purchases where i am storing confirmation receipts in the isolated storage in user device. I wanted to store them in cloud, probably to my Skydrive ...
1
vote
1answer
70 views

Online Powerpoint Presentation Editor

I need to open and edit Powerpoint Presentations(*.pptx files which are stored in a cloud, probably Windows Azure based) in an ASP.NET web application. I have performed a small research and came to ...
0
votes
3answers
84 views

How to create folder and upload file using Rest api and oauth2.0

I want to create a folder and upload files using rest api my code is like this public string CreateFolder(string FolderName) { int WorkSpaceId = 330201; int id = 168079105; ...
0
votes
0answers
19 views

Syncing skydrive files

I am writing an ios application which needs to sync the user's skydrive files and folders. I can not find any REST API to get the changes of user's files and folders. Without this how can I do this ...
0
votes
0answers
37 views

Getting available space on skydrive

I'm developing an app where I have integrated skydrive. I want to know the available space on skydrive so that before uploading files on skydrive I can check there is space or not. Please anyone can ...
0
votes
0answers
44 views

Skydrive integration in iPhone App

I'm developing an app where I have integrated sky drive framework.But when I try to login my app crashes. Here is my code (IBAction)signInMethod:(id)sender { self.liveClient = [[LiveConnectClient ...
0
votes
1answer
60 views

SkyDrive WinRT API Login programmatically

As the title says, I'm looking for a way to login to SkyDrive without having to show the UI to login not even once. The reason we're trying to do this is because we need to run some integration tests, ...
0
votes
0answers
12 views

SkyDrive querying file/folder share

According to the Live Connect REST reference when querying the file/folder object through the API we receive an file/folder object that contains a shared_with that has the access information. The ...
-2
votes
0answers
26 views

Is there any drm support cloud service? [closed]

I'm looking for cloud service that supporting DRM I found DigitalQuick(support dropbox) And.. my question is Are Google Drive, SkyDrive (and so on) support DRM like DigitalQuick? Sorry for my bad ...
0
votes
2answers
60 views

Callback URL in Skydrive API to localhost

I am trying to implement SkyDrive API into my Asp.net mvc3 application.I tried to create app in Microsoft using this tutorial for implementing user authentication , but I am facing a problem in ...
0
votes
0answers
30 views

Can't access of secondary folders using Skydrive API

I have real problem in displaying the content of the folders which are located inside the root directory. It managed to determine the folders which are in the Files directory but when I try to do the ...
0
votes
0answers
33 views

Can't get Content of the folder using Skydrive API

I have real problem in displaying the content of the folders which are located inside the root directory. It managed to determine the folders which are in the Files directory but when I try to do the ...
-2
votes
0answers
57 views

How to map my Skydrive to a drive letter using Windows 7 [closed]

I am trying to map my Skydrive to a drive letter on my System 7 Pro, SP1 machine. Any help would be appreciated. Thanks.
-2
votes
0answers
67 views

Voice Recording Application using XAML for Windows Phone 8 [closed]

I've found myself stumped while trying to build the voice recording portion of my application. It sort of resembles Nimbus Notes for Windows Phone 8, but I cant seem to get beyond creating a working ...
0
votes
2answers
172 views

WP7 - How to download and save files from skydrive

I have to save files from folder on skdrive to my isolated storage (if files in isolated storage exist then override them). This is my code: private void RestoreData(LiveConnectClient ...
0
votes
1answer
60 views

Strange issue with IsolatedStorage in WP7 device

I have a strange problem in my Windows Phone 7 application. I need to read/write some xml file in my app and I'm using IsolatedStorage to collect data. My app sends/gets data from SkyDrive this is why ...
1
vote
0answers
128 views

Detect that the path is SkyDrive path/Resolve skydrive path to WebDav path

Preamble: If you try to save a file from any Microsoft Office app to SkyDrive folder, then the app (Word etc) will detect that and switch to accessing SkyDrive directly via MS extensions for WebDAV ...
0
votes
0answers
120 views

Download from Skydrive in java Eclipse

hope you can help me, i'm trying to download from Skydrive from my android device, but it wont work i get a Error every time, This is the error i get, it is not some code I have written Error: { ...
0
votes
0answers
28 views

Getting user_forbidden when retrieving folder details from skydrive api

I am facing an issue where a user is able to add his Skydrive account using OAuth, but when I am trying to get folder details (/skydrive/me/files) with Skydrive Live API I am getting this response ...
0
votes
0answers
84 views

How to read the list of files in a specific SkyDrive folder?

I know I can get the list of file in SkyDrive root by using liveClient.GetAsync("me/skydrive/files") and if I know the folder ID I can use liveClient.GetAsync(folderId + "/files"), so I don't want ...
0
votes
1answer
49 views

Is placeholder supports IE 8?

I think IE 8 doesn't support placeholder, but when i load www.skydrive.com it comes with placeholder text as "someone@example.com & password" Is there any way to access placeholder without ...
3
votes
1answer
253 views

How to copy file from isolated storage to skydrive

I need to backup data from my WP7 app to Skydrive, this file is xml file. I know how to connect to skydrive and how to create folder on skydrive: try { var folderData = new Dictionary<string, ...
-1
votes
1answer
74 views

Store data in cloud [closed]

I am New at Windows 8 app development. I want to create an app which stores data in skydrive like this <person> <name>XYZ</name> <geb>01.01.1992</geb> … ...
0
votes
1answer
54 views

File sharing app via Cloud Storage

I was looking for a file sharing cloud storage solutions. My requirements are below 1. Should be able to share contents to limited users(Or public availability) 2. Users should be able to download the ...
0
votes
2answers
140 views

WP7 Skydrive API - creating folder doesnt work

I try this tutorial to create new folder on skydrive from my WP7 app. Here is my code: private void MSAccountLoginToggleSwitch_Checked_1(object sender, RoutedEventArgs e) { try ...
0
votes
1answer
94 views

Can't upload 14mb file to SkyDrive via LiveSDK from my wp7 device

It's not a problem to upload 5mb file but when I try to upload 14mb my application is down. fileStream = // get some file as stream from isolated storage uploadClient = new ...
-1
votes
1answer
54 views

How to get skydrive orginal [closed]

I wonder how to get the original file path from Skydrive so that I can use on the public . The picture folder has public sharing permission. Thanks.
1
vote
0answers
37 views

Public Network Drive

How can I expose Skydrive, Dropbox, Google drive or any other drive as a public network drive? I am trying to use any of these cloud based storage services as a drop location for my TFS build output. ...
0
votes
0answers
34 views

setPermissions on files using SkyDrive API

We would like to interface our cloud app with storage on user's SkyDrive. Has anyone worked out how to emulate sharing with the SkyDrive API. As far as I can tell it's not supported in the public API ...
0
votes
0answers
46 views

Reading a content of SkyDrive file

What I have I have WEB application running in browser that has to access SkyDrive files. I use WL.js provided nice interface to access the file list for the current authenticated user: ...
0
votes
0answers
154 views

Windows 8 apps roaming data

I'd like to have a windows 8 app and a windows phone 8 have consistent data. It would just be a a text file too. I understand that roaming data on windows 8 apps goes between all apps but does it work ...
0
votes
0answers
115 views

How to use SkyDrive SDK with ASP.NET web site?

I'm trying to connect SkyDrive SDK to my website. JS works well, but I need to have it done in code behind. All examples that I found are for Windows 8 and windows phone, I have no methods that are in ...
0
votes
1answer
91 views

Skydrive API login type Windows 8

I'm trying to find a way to differentiate how the user logs in to SkyDrive in an app, there are at least two way. One is a regular login screen where users enter their credentials then log in. The ...
1
vote
0answers
57 views

Upload photos in background for more than 10 minutes in iOS

I have an iPhone application which needs to upload photos when the application is in background. Currently I am using the beginBackgroundTask method in applicationDidEnterBackground. Using this ...
0
votes
1answer
109 views

SkyDrive authentication doesn't work in Windows Store App

I'm developing Windows Store App and I want to use LiveSDK to upload some file on SkyDrive. But I'm getting some problem. I have found some sample SkyDrive App which work correct and I get some code ...
0
votes
1answer
325 views

How to Sync a file with SkyDrive for Windows Store apps?

I have a simple text file that holds some data and I am looking for some information on how can a user sync that file with SkyDrive ? This is for a Windows Store 8 application. I haven't found a ...
0
votes
0answers
36 views

Live connect session has expired: windows phone

I have a windows phone app which is supposed to download some files from a specific folder from the user's skydrive. The download part works fine, except for one small issue: I get an exception ...

1 2 3 4 5