Error 400: file doesn't exist when using for fine-tuning

I am trying to fine-tune a model. I have uploaded my training file using client.files.create, and I know it is ready by both looking at the web interface and by verifying that client.files.retrieve works with the appropriate file id. I ensured that the purpose is “fine-tune” and that the file is processed.

Here is the error message:
openai.BadRequestError: Error code: 400 - {'error': {'message': 'file-HWtoJhNZFvZGETjggffag2 does not exist', 'type': 'invalid_request_error', 'param': None, 'code': None}}

Does anyone have any fixes for this/has experienced this before?

I’m getting the same error on the API
I also tried on the openai web interface, same error.
I also tried using sample files, same error.
I also tried creating a new project, same error.

Good to hear it’s not just me. Hopefully someone has found a fix.

Just posting to add my voice here, I’m having the same issue. Both in the UI and via API. The file exists in Storage, but same 400 error regardless.

You may follow status: