当我使用 Microsoft Graph API 打开Excel工作簿时,出现错误,资源找不到。
代码如下:
WorkbookWorksheetCollectionPage worksheets = graphClient.me().drive().items("{id}").workbook().worksheets()
.buildRequest()
.get();
错误如下:
404 item not found

当我使用 Microsoft Graph API 打开Excel工作簿时,出现错误,资源找不到。
代码如下:
WorkbookWorksheetCollectionPage worksheets = graphClient.me().drive().items("{id}").workbook().worksheets()
.buildRequest()
.get();
错误如下:
404 item not found

3 people are following this question.