Can't upload large files to Python + Flask in GCP App Engine
问题 UPDATE: (5/18/2020) Solution at the end of this post! I'm attempting to upload big CSV files (30MB - 2GB) from a browser to GCP App Engine running Python 3.7 + Flask, and then push those files to GCP Storage. This works fine on local testing with large files, but errors out immediately on GCP with a " 413 - Your client issued a request that was too large " if the file is larger than roughly 20MB. This error happens instantly on upload before it even reaches my custom Python logic (I suspect