有没有办法在Office365 管理 API中搜索文件中的内容?
就像 Dropbox for Business 的做法一样 https://www.dropbox.com/developers/documentation/http/documentation#files-search
mode SearchMode搜索模式(filename、filename_and_content或 deleted_filename)。请注意,搜索文件内容仅适用于 Dropbox Business 帐户。此联合的默认值是文件名。
或者 Box for Enterprises 做到了 https://box-content.readme.io/reference#searching-for-content
query要搜索的字符串;可以与项目名称、描述、文件的文本内容以及不同项目类型的其他字段进行匹配。
scope可以是 user_content(仅限于当前用户)的搜索,也可以是 enterprise_content(整个企业)。
谢谢