Closed ryannikolaidis closed 1 year ago
Should there be another test for an unstructured .json payload? This is great, by the way. 🙏
Should there be another test for an unstructured .json payload? This is great, by the way. 🙏
yep, I'll add that now
@ryannikolaidis , correction: could be any .json file payload (does not need to be an "unstructured .json")
@ryannikolaidis , correction: could be any .json file payload (does not need to be an "unstructured .json")
ack, just saw this. I did grab from unstructured, but happy to swap something else out.
ack, just saw this. I did grab from unstructured, but happy to swap something else out.
no worries, the unstructured .json is also a json, so that works :)
.msg
type doesn't get its mimetype resolved bymimetypes.guess_type
, because of this we need an extra conditional here.convert_files_for_api
option fromanother_md_mimetype
touse_octet_stream_type
since we now need this to validate msg type files and may need for others later.