question

zzz-2415 avatar image
0 Votes"
zzz-2415 asked

关于使用office365 E3 的 Microsoft Graph API来操作Excel工作簿

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

错误如下:

404 item not found

128753-image.png


microsoft-graph-sdk
image.png (44.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers