cloudsave icon indicating copy to clipboard operation
cloudsave copied to clipboard

Skydrive failure

Open shalabio opened this issue 12 years ago • 1 comments

Save to Skydrive fails everytime. debugging shows an error in skydrive,js at this line : var canary = down.responseText.match('"canary".?value.?"(.*)"')[1]

Failed to load resource: the server responded with a status of 404 (Not Found) https://skydrive.live.com/upload.aspx/.Documents?sc=documents&cid=********

Uncaught TypeError: Cannot read property '1' of null skydrive.js:15 xhr.onload.down.onload

shalabio avatar Jan 18 '13 18:01 shalabio

I guess here was used some dirty hack. For implementation of upload to skydrive we'll need registered domain and server. That's the way how skydrive API works. If i am mistaken - please, correct me.

angrymb avatar Mar 24 '14 09:03 angrymb