I’m trying to upload an XLSX file to my assistant to use with Code Interpreter, but am getting the following error:
BadRequestError: Error code: 400 - {‘error’: {‘message’: ‘Failed to index file: Unsupported file file-rfFHcYJS7nyW1XcWIRYZeYKE type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: None}}
From the supported file types it looks like .xlsx files are supported and this is the mime type of my file:
The MIME type of the file is: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
I’ve been able to upload csv’s, but need to upload an xlsx file due to the file size constraints. Has anyone else run into this issue?