I am trying to upload some .txt files to be used for assistants - long story short I’d like to be able to fetch the content of these uploaded .txt files when a user needs to see them on a web app and then give them the ability to amend that file if need and re upload a new corrected file.
It seems to me, that file purposes of “assistants” and “user_data” are a no go for being able to retrieve them given the:
“message”: “Not allowed to download files of purpose: assistants”,
or
“message”: “Not allowed to download files of purpose: user_data”,
and then the others seems to be related to fine tuning or massive chat completions (batch) which all require the file to be in the messages format and in a .jsonl file which doesn’t work for me lol.
Anyways, long story a little shorter – am i able to retrieve file contents of a txt file or will i need to store them else where? Extra credit if I can understand why we are not able to download these files. Is this a security compliance issue?
Thanks
Slavi