Hello everyone,
I use ChatGPT directly on OpenAI (not via API) and regularly work with uploaded files. My workflow is as follows:
- I upload an H5P file. (CoursePresentation)
- The file is extracted and analyzed.
- A Word document (DOCX) is generated, which I want to download.
The problem:
- After some time or a reset of the environment, all uploaded files and generated documents disappear (both the H5P file and the DOCX).
- The download link for the generated Word document does not work at all. As soon as the document is created, I cannot download it because the file no longer exists or cannot be found.
- This forces me to re-upload the file and restart the process from scratch every time. But NO Download Link is generated!
My questions:
- Is it normal that files get deleted after a reset?
- Why does file downloading no longer work?
- Is there a way to store files persistently so I don’t have to restart every time?
- What is the recommended way to prevent losing my work?
Thanks for your help!