I am trying to upload two files. Both have the same extension, but one is much smaller than the other. One is just 100kb, and the other is 100MB. The extension is .bp, and these files are part of a machine-learning model.
The smaller file was uploaded successfully with no issues. The bigger file gave me the following error:
InvalidXMLError: message: “Error” XML is not parsable. Message: mismatched tag: line 6, column 2
I tried using part_size, 5MB, 20MB, and 500MB with no success, and I tried using a different path with no success.
Any idea?