我正在使用APIv1.0/sites/:id/drive/items/:parent/children
来获取驱动器项的子信息。我能够获得某些站点的响应,但对于几个站点,我最终出现错误 404(itemNotFound
)。
我用siteId
代替:id
和parentReferenceId
代替:parent
。
{
"error": {
"code": "itemNotFound",
"message": "The resource could not be found.",
"innerError": {
"date": "2022-03-15T05:25:34",
"request-id": "2afc519e-95b0-45b0-bd91-3c716154cdcd",
"client-request-id": "2afc519e-95b0-45b0-bd91-3c716154cdcd"
}
}
}
这种行为的原因是什么?
尝试此 url 模式以获取文件和子文件夹的列表
https://graph.microsoft.com/v1.0/sites/<SITE_ID>/drives/<DRIVE_ID>/root:<PATH_TO_NESTED_SUB_FOLDERS>:/children
例:
https://graph.microsoft.com/v1.0/sites/9e9145345-7f9j-4695-8701-bae4c2d8a553/drives/b!HTaRnpV7lUaKdgmdflilU5eQE4tMetVNifXIJN28qvp68vQzkrpfTLPMl6eBQi_4/root:/InnerFolder/InnerFol2:/children