MS Graph API无法访问公共根文件夹的子文件夹的详细信息

问题描述 投票:0回答:1

我可以使用此端点访问公共根文件夹的子文件夹的基本信息:https://graph.microsoft.com/v1.0/users/{user}/mailFolders/PublicFoldersRoot/childFolders

如何访问这些子文件夹之一的详细信息?https://graph.microsoft.com/v1.0/users/{user}/mailFolders/PublicFoldersRoot/{Child-folder-ID}/childFolders

API响应:

{
  StatusCode: 400, 
  ReasonPhrase: 'Bad Request'
}

有什么帮助吗?

azure microsoft-graph exchange-server microsoft-graph-sdks microsoft-graph-mail
1个回答
0
投票

Microsoft Graph API不支持公用文件夹。文档中没有将公用文件夹作为distinguished folder提及。

您可以将其作为feature request进行投票。

© www.soinside.com 2019 - 2024. All rights reserved.