What do I do if the "EntityTooLarge: payload size exceeds maximum allowed size" error message is reported?

更新时间:
复制 MD 格式

Function Compute enforces hard payload limits that cannot be modified. The limit that applies depends on your invocation type:

Invocation typeMaximum payload size
Synchronous32 MB
Asynchronous128 KB

If your payload exceeds the limit and cannot be reduced, upload the input as an object to an Object Storage Service (OSS) bucket and use an OSS trigger to invoke the function.