Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
9answers
13k views

Does Microsoft SkyDrive have an API?

So with the recent news that Microsoft Skydrive is going to get bumped to 25GB of storage per account, does anyone know if SkyDrive has an API? (And if so, where are the docs?)
6
votes
7answers
2k views

Programmatic access of SkyDrive

Does anyone know how to access SkyDrive programmatically from Windows Phone 7? What API do I use? I need to upload files from the Phone to SkyDrive and vice versa. Some code samples would be great. ...
2
votes
5answers
573 views

Upload a file to Skydrive

Is there an official API in the upcoming Mango release of WP7 to upload a file to skydrive? If it is, where can I find an example and the API description?
2
votes
0answers
568 views

API for Microsoft OneNote 2010 + SkyDrive Web Services?

I am quite familiar with the Microsoft OneNote 2007 and 2010 APIs, however these interface directly with OneNote itself. In 2010 we have the great facility of syncing OneNote with SkyDrive. This works ...
2
votes
2answers
1k views

Is it possible to use Skydrive with SVN?

Is it possible to position a SVN repository on Skydrive?
1
vote
1answer
41 views

How to store/share from my app to skydrive?

I'm planning to use cloud storage in my WP7 app. Can I use Skydrive to store information or share information with other user's using my app?
1
vote
1answer
96 views

How to download file from SkyDrive on Windows Phone

I am using sample from https://github.com/liveservices/LiveSDK but it isn't working. I managed to run the PhotoSkyOnTheGo project, but after logging in I get 3 exceptions: A first chance exception ...
1
vote
2answers
396 views

Why does this exception claim the code doesn't write data?

If you run this code it will throw a WebException. The inner exception is "Content-Length or Chunked Encoding cannot be set for an operation that does not write data." and I do not understand the ...
1
vote
2answers
278 views

Windows Phone 7 Mango Update - SkyDrive functionality available for developers?

I read a lot about new SkyDrive syncing features (syncing of documents, pictures...) coming with Mango. But will this functionality be available to developers or is it limited to applications by ...
1
vote
1answer
192 views

Access Microsoft Live services from Python application

I need to access microsoft skydrive from my python app. Is there a SOAP or REST service that Microsoft provides for developers? If there is no web service, does any python library that allows to ...
1
vote
2answers
506 views

Silverlight and skydrive/dropbox

Can You read/write a file in your Skydrive with Silverlight? Or if that isn't possible, can you dot it with Dropbox? thanks, Filip
1
vote
1answer
2k views

Is it possible to upload something to SkyDrive via .NET?

I've spotted this question: http://stackoverflow.com/questions/307696/does-microsoft-skydrive-have-an-api But not having an API doesn't mean there isn't some way of uploading files to the SkyDrive!
0
votes
1answer
72 views

Problems accessing SkyDrive from Windows Phone 7

We are using the Live Connect SDK 5.0 to retrieve pictures from SkyDrive from our Windows Phone 7.5 application. The application code (simplified) below used to work until a few days ago. Now when ...
0
votes
0answers
74 views

Live SDK - Skydrive error “another async operation is already in progress”

I am using SkyDrive sdk for uploading & downloading files. I am facing an error "another async operation is already in progress". This problem occures when the control loads on the second time. ...
0
votes
0answers
97 views

Upload Photo to skydrive via rest api

I am having an application. I am able to access the details from the SkyDrive. The documentation http://msdn.microsoft.com/en-us/library/hh243648.aspx#application provides all information about ...
0
votes
1answer
211 views

SkyDrive API - accessing documents

Not a long time that SkyDrive API is available. The scopes to access are here. But how to access documents on SkyDrive? What scope to use?
0
votes
3answers
452 views

Download file from skydrive

I'm writing an app which need to access Skydrive. However, the latest skydrive api only support to download video and photos. It does not allow to access other contents in the Skydrive. I have google ...
0
votes
0answers
199 views

Download multiple files on skydrive

i want to know if there is anyway to download multiple files or a complete folder on skydrive, considering that i'm not the "drive owner"
0
votes
0answers
101 views

What cloud service do you use? [closed]

I tried SkyDrive and Dropbox. Both are glitchy (upload stops at times). What cloud service should I use?
0
votes
0answers
352 views

SkyDrive .Net API Client error: Value cannot be null.Parameter name: requestUri

I am creating Visual web part in visual studio 2010. and communicate with Microsoft's Windows Live SkyDrive online storage and sharing services through the SkyDrive .Net API Client ...
0
votes
1answer
408 views

SkyDrive alternative with API access?

Is there any 3th party service (no MS) similar to skydrive (CRUD files in the cloud) free to use and with an official API (REST could be perfect but even SOAP can be ok)? I don't need 100Gb, just few ...
0
votes
2answers
902 views

Access SDExplorer (System Folder) from my C# app

I am trying out Windows Live SkyDrive, and I installed SDExplorer (http://www.cloudstorageexplorer.com/) It works by adding my SkyDrive folder to Windows Explorer, but it does not get a drive name or ...
0
votes
2answers
486 views

How to develop a file uploader control similar to the one in live skydrive using C#

I like the drag & drop feature of the skydrive file upload control. How do i go about developing a similar control?
0
votes
1answer
48 views

Is it inadvisable to use http traffic analysis to build a meta web service / pseudo-api?

I've been looking at http traffic analyzers which are browser addons that monitor and analyze all incoming and outgoing HTTP traffic between the browser and whatever web server you're connecting to. ...