Hi, I have a Cloud script function that should return about 80KB of json, but it's returning a 400 Error (in Unity):
HttpCode: 400, ErrorMsg: Cloud script function [Function Name] returned value that was too large.
The only documentation I could find online suggested the returned payload limit was 350KB.
Should I be able to return 80KB of json successfully?