Microsoft Graph API: Is there any limit on payload size of a POST request

回眸只為那壹抹淺笑 提交于 2019-12-01 23:42:15

问题


Is there any limit on the payload size of a POST request in Graph API. This link suggests a limitation of 4MB. Is there any reference to this in the documentation?

Also is there any limitation for the outlook REST API


回答1:


That is correct, individual requests to Microsoft Graph must be 4MB of less. An example from the 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.



来源:https://stackoverflow.com/questions/46545077/microsoft-graph-api-is-there-any-limit-on-payload-size-of-a-post-request

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!