This is two issues really that I assume are connected:
- I tried to upload a 21.2 MB file to PAWS and got the following error code: Invalid response: 413 Request Entity Too Large. I don't know the exact threshold but I have uploaded larger files than this in the past without issue. If the new policy is to restrict uploads over e.g., 20MB, that's fine but currently it's confusing because when you try the upload, you first get a Large file size warning: The file size is 20 MB. Do you still want to upload it? confirmation box that suggests it's okay to do so.
- Second issue is that my notebook was failing to save (similar to T163157). I don't know how to see how large the notebook was before saving but it was at 16KB and the difference was printing out a string with 1586800 characters (which is definitely long but still should only add about 1.5 MB to the notebook size assuming 1 byte per character which is reasonable because it's all ASCII)