I wrote a Cloud Run app to accept a user file upload, do some processing to it, and respond with the processed output. It failed, saying "HTTP response was too large: 50930613. The limit is: 33554432."
I have an idea to upload the file to GCS instead, and have my app redirect to the GCS location. But before I set all that up, am I going to run into the same issue, with egress being limited to 32MB? I've seen a SO question saying that that is the case for AppEngine.