Hi! I've developed an application for Windows Phone 8 and I would like to integrate SkyDrive to backup and restore the sqlite database of my app. This is my code:

await client.BackgroundUploadAsync("me/skydrive", new Uri("/shared/transfers/db.sqlite", UriKind.RelativeOrAbsolute), OverwriteOption.Overwrite); MessageBox.Show("COMPLETE!");

The upload is completed and the MessageBox is shown but when i Open my SkyDrive account I see a file named "db.sqlite" ( yeah! It's right ) but it's 0 byte! What Did happen to my file? Where are my 44kb? 

Thank at everyone will help me!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.