QuickBooks shows the uploaded file isn’t a valid Web Connect file when it cannot treat the bytes as OFX/QBO. That is a file-shape problem, not a categorization problem.
Check the file, not the register
- Confirm the download is actually
.qbo, not a PDF or CSV renamed in Finder. - Confirm it is text: you should see
OFXHEADERor<OFX>in a text editor. - Look for a UTF-8 BOM, NUL bytes, or junk after
</OFX>. - Do not regenerate FITIDs to “make it import.”
QBO Clinic runs this check in the browser and names the rule that failed.

