cost 62 ms
Microsoft Graph API - Sharepoint 列表无法调用创建/更新 SharePoint 列表项,GET/DELETE 有效 - Microsoft Graph API - Sharepoint list unable to call create/update SharePoint list items, GET/DELETE works

无法使用 Microsoft Graph API 创建或更新 SharePoint 具有客户端凭据访问令牌的列表项(在没有用户的情况下获取访问令牌),出现以下错误, 我能够使用相同站点/列表的相同访问令牌成功调用 GET 和 DELETE 方法,此外,我能够使用用户生成的访问权限为同一站点/列表调用 ...

Receiving accessDenied when using App Only permissions calling Graph API sites?search=* - Receiving accessDenied when using App Only permissions calling Graph API sites?search=*

我有一个 web 应用程序,它使用仅应用程序令牌来覆盖最终用户检索租户中所有站点 Collections 的权限。 当尝试使用示例中提供的样板代码并稍作更改时,图表 API 在尝试发出调用https://graph.microsoft.com/v1.0/sites?search=*时返回acces ...

需要有关使用 Microsoft Graph SDK 的 WithShouldRetry() 委托的指导 - Need guidance on use of Microsoft Graph SDK's WithShouldRetry() delegate

我正在尝试克服使用 Microsoft Graph SDK 上传/更新 SharePoint 文档库中文件的元数据时发生的间歇性 409 错误。 重试失败的调用 SDK 提供了 WithMaxRetry() 和 WithShouldRetry() 选项。 MaxRetry 适用于错误代码 429, ...

当我尝试获取已由外部用户共享的文件详细信息时返回“找不到项目”错误 - "Item not found" error is returned when i try to get file details that has been shared by the external user

与我共享 API 为我提供了内部和外部用户共享的所有文件和文件夹的列表。 下面提到Shared API URL https://learn.microsoft.com/en-us/graph/api/drive-sharedwithme?view=graph-rest-1.0&tabs=ht ...

Microsoft 图形 API 搜索不会返回所有文件 - Microsoft graph api search doesn't return all files

我在 OneDrive 中有一个文件夹层次结构,其中包含分布在这些文件夹下的大约 1000 个文件。 所有文件都是 .mp4 文件。 当我使用图形 api 进行搜索并指定 q='.mp4' 时,它只返回 500 个文件(每页分页 200 个)。 我曾尝试使用 $top=1000 但后来我只得到了一个 ...

SSLException:使用 SharePoint 图形 API 重置连接 - 文件上传 - SSLException: Connection reset with SharePoint graph API - file upload

我正在尝试开发一种 put 方法来使用图形 API 在 Sharepoint 上创建文件。 创建上传会话允许将文件从 4Mo 上传到 60Mo。 我创建了这个会话并获得了一个看起来像这样的响应。 根据文档,我必须检索 uploadUrl 并发送我的文件。 https://docs.micros ...

Microsoft Graph API - 仅共享 Sharepoint 站点 - Microsoft Graph API - Share Sharepoint site only

您可以共享 Sharepoint 站点,而无需通过前端将其添加到成员组(包括屏幕截图)。 但是我想知道是否有办法通过 Microsoft Graph API 做到这一点? 我已经搜索了 v1 和 beta 的文档,但没有找到任何东西 - 所以任何帮助都会受到极大的欢迎。 图 API 文档 ...

Sharepoint REST API 和 Microsoft Graph Sharepoint API 之间的区别 - Differences between Sharepoint REST API and Microsoft Graph Sharepoint API

我想与 Office365 Sharepoint 站点进行交互,因此我尝试为此选择正确的 API。 使用 Sharepoint 有不同的 API,这对我有好处: Sharepoint REST API 和 Microsoft Graph API for Sharepoint。我应该选择哪一个? 它们 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM