Microsoft Graph API:POST 请求的负载大小是否有任何限制
Microsoft Graph API: Is there any limit on payload size of a POST request
Graph API 中的 POST 请求的负载大小是否有任何限制。 link 表明限制为 4MB。文档中有没有提到这个?
另外,outlook REST 有什么限制吗API
没错,对 Microsoft Graph 的单个请求必须小于 4MB。来自 documentation for /attachments
的示例:
Since there is currently a limit of 4MB on the total size of each REST request, this limits the size of the attachment you can add to under 4MB.
Graph API 中的 POST 请求的负载大小是否有任何限制。 link 表明限制为 4MB。文档中有没有提到这个?
另外,outlook REST 有什么限制吗API
没错,对 Microsoft Graph 的单个请求必须小于 4MB。来自 documentation for /attachments
的示例:
Since there is currently a limit of 4MB on the total size of each REST request, this limits the size of the attachment you can add to under 4MB.