I was wondering to how to get file size from Skydrive before dowloading so that app may decide to to download or not according to the file size.
Thanks!
I was wondering to how to get file size from Skydrive before dowloading so that app may decide to to download or not according to the file size.
Thanks!
Microsoft.Live.DynamicDictionary has everything I wanted. The dictionary has the key for "size".
Here are all 16 keys
Like Sander said obtaining the size of the file may differ depending on your type of implementation. For me I use HttpClient requests and responses. Once I get a response from the skydrive I can read the number of bytes within the contents of the file before downloading it and give the file size information to the user before starting the download.