sdk方法突然不可用

耿辉 周 0 Reputation points
2023-03-23T10:13:55.33+00:00
DriveItemSearchCollectionPage children =        graphClient                .drives("drivesId")                .root()                .itemWithPath("itemWithPath")                .search(DriveItemSearchParameterSet.newBuilder().withQ("file").build())                .buildRequest()                .get();

这个方法获取指定文件夹下的匹配文件,一直没有问题,今天下午突然不行了,中午还是正常的

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.