Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,486 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
当我使用 Microsoft Graph API 打开Excel工作簿时,出现错误,资源找不到。
代码如下:
WorkbookWorksheetCollectionPage worksheets = graphClient.me().drive().items("{id}").workbook().worksheets()
.buildRequest()
.get();
错误如下:
404 item not found