根据规范,当我们从OneDrive(个人或业务)以及NextPageLink检索文件和文件夹列表时,最多可以获得200项。但是,在从以下位置获取文件和文件夹列表时,我还需要获取可用文件的总数:2.) Shared With Me4.)当我使用Microsoft进行以下调用时,我得到了" count“字段,该字段返回返回列表中项的计数:
var response = await client.Me.Drive
Microsoft C# SDK似乎返回了与SharedWithMe请求一起查询的某些项字段的null。这主要包括WebDavUrl和Package。var graphClient = MicrosoftGraphService.Instance.GraphProvider;foreach (var item in driveItems) if (item.Package.T
一段时间后,"q = not 'me' in owner"返回空数组(.低于"q = not 'me' in owners and title = 'File Name'"的结果 "kind":: "https://www.googleapis.com/drive/v2/files?q=not+'me'