Filip
Filip

Reputation: 1097

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

Upvotes: 2

Views: 1110

Answers (2)

Peter Wone
Peter Wone

Reputation: 18795

You should be able to adapt this library for use with Silverlight. It's set up for Silverlight for WP7. http://cerulean.codeplex.com/documentation

Upvotes: 1

Denis
Denis

Reputation: 4115

You should be able to download/upload files from/to DropBox if:

  • your application is trusted OOB app
  • or if you host your silverlight application on DropBox

Don't know about skydrive.
(you might want to look at this project http://sharpbox.codeplex.com/)

Upvotes: 3

Related Questions