cloudsave
cloudsave copied to clipboard
Skydrive failure
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
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.