English 中文(简体)
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 Microsoft?

I think this would be great but I didn t find any information on it.

最佳回答

With the current release of the SDK, SkyDrive functionality is not available to third-party developers. As a matter of fact, there is no official public SkyDrive API. There is the unofficial SkyDrive .NET API Client, but since it is not supported by Microsoft, it will be a bit risky to use it in an app that is outside the "just for fun" zone.

问题回答

More recently there has been an official API released but it is nothing but Javascript libraries. You have to create a browser instance and manipulate that.

Also it s limited to fiddling with photos and documents. If you want to use SkyDrive as a cloud filesystem the a better option is http://cerulean.codeplex.com/documentation





相关问题
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 ...

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 ...

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 ...

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

Problem connecting to OneDrive File Picker v8

I m trying to integrate the OneDrive File Picker v8 API into a SPA project but I keep getting an error in connecting to the picker which I can t decipher. Here s what the error from the popup window ...

热门标签