从SkyDrive文件夹获取文件列表(Windows手机) [英] Get list of files from SkyDrive folder (Windows Phone)

查看:136
本文介绍了从SkyDrive文件夹获取文件列表(Windows手机)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道如何获得的文件列表特定SkyDrive文件夹?目前我使用下面的代码片断,试图让根SkyDrive文件夹中的文件:

Does anyone know how to get a list of files for a particular SkyDrive folder? Currently I'm using the following snippet to try and get the files for the root SkyDrive folder:

var client = new LiveConnectClient(e.Session);

client.GetCompleted += (obj, arg) =>
     {
      ...
     }

client.GetAsync("me/skydrive");



但所有的返回是一个包含大量的信息,但没有文件名列表的结果字典!

but all it returns is a Result dictionary that contains a lot of info but no list of filenames!

推荐答案

越来越绝望,问这个问题的这里

After getting desperate and asking the question here

原来的从根SkyDrive中获得的文件列表文件夹,你需要使用特殊的字符串我/的SkyDrive /文件,而不是只是我还是我/ SkyDrive的

it turns out the to get a list of files from the root skydrive folder you need to use the magic string me/skydrive/files rather than just me or me/skydrive

这篇关于从SkyDrive文件夹获取文件列表(Windows手机)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆