I cannot delete files from Storage

Hey everyone,

I noticed that there is an error every time I want to delete a file that I uploaded previously in the Storage (https://platform.openai.com/storage/files).

I tried these two scenarios:

  1. Delete a file that is associated with a VectorStorage (it failed)
  2. Delete a file that has been disassociated from a VectorStorage (it fails again)

Here is a screenshot of the error I’m seeing:

Is this a bug? I saw a similar behavior from the OpenAI Node Module.

Thanks!

2 Likes

I observed this as well. I deleted the file from the VectorStore, and have even tried deleting the VectorStore, but when I try to delete the File I get “No such File object”.

1 Like

Hey @denis.p thanks for confirming that it’s not only an issue with my account.

I’m not sure what’s the best way to escalate this with OpenAI, in the meantime I will create an issue on the Github repo for the node module because it’s what I’m also using in my project.

Thanks! :slight_smile:


Update (May 10th 9:42 CEST)

I reported this as a bug using the ChatBot.

1 Like

Hello @edwinatss ,

I am facing the same issue. Is there any update on the bug you reported?