Is calling vectorstore's file content api working?

i called vectorstore file content api, (https://platform.openai.com/docs/api-reference/vector_stores_files/getContent)

but it returns 404.

this is response body


  error: {
    message: 'Not found',
    type: 'invalid_request_error',
    param: null,
    code: null
  },

i checked openai dashboard and file id and vectorsotreId is exists

im using openai nodejs and library version is 4.104.0.

and.. i also call api with through curl, and response same.

does anyone has same problem?

1 Like
2 Likes

thanks!

i wrote this topic but i didn’t watch anyone whos same problem.

thanks again

2 Likes

I have the same problem. It’s not even working in the assistant playground.

I believe this is the same issue, it’s also not working in Responses. Correct me if I am wrong

BadRequestError: Error code: 400 - {‘error’: {‘message’: ‘Not allowed to download files of purpose: user_data’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: None}}

Also getting a related issue with code that’s been working perfectly for weeks. When I try to access a file that I’ve (successfully) uploaded, I get the error:

"Error processing file {filename}.pdf: ‘Response’ object has no attribute ‘output_text’.

I got an email from OpenAI an hour ago re issue: