簡體   English   中英

Microsoft Graph篩選器共享的OneDrive文件

[英]Microsoft Graph Filter shared OneDrive files

基於圖過濾文檔 ,我一直在嘗試實現以下調用。 我認為我的語法可能已關閉,因為未應用過濾器:(,有什么建議嗎?

嘗試使用顯示名稱為“ John Doe”的復雜實體類型。

https://graph.microsoft.com/v1.0/me/drive/sharedWithMe?$filter=remoteItem/createdBy/user/displayName eq '{DISPLAY_NAME}'

這個不是資源。 這是一個函數,我認為您不能在函數的結果上應用過濾器(我對這個答案的信心約為60%)。

<Function Name="sharedWithMe" IsBound="true">
    <Parameter Name="bindingParameter" Type="microsoft.graph.drive" Nullable="false"/>
    <ReturnType Type="Collection(microsoft.graph.driveItem)" Nullable="false"/>
</Function>

您需要執行客戶端過濾。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM