Hi, my custom gpt seems to be having errors today in generating download links for the user. Please see its full explanation of the error. ```Summary:
The issue arises when attempting to generate download links for files after modifying or creating them. This problem affects all file types and sizes, including something as simple as a text file.
Steps to Reproduce:
File Modification or Creation:
I successfully retrieve, modify, or create files without any issues. For example, I can edit mod files, zip directories, and create new text files.
Attempt to Generate Download Link:
After modifying or creating a file, I attempt to generate a download link so the user can download the file.
This step fails consistently, regardless of the file type or size. The error occurs when I try to access the file system to provide a link for the user.
Error Details:
The error message encountered is: GetDownloadLinkError from the file_service_client.client module.
This error seems to prevent any further interaction with the file, including checking its size or providing a download link.
Impact:
The inability to generate download links means that I can't provide users with the modified files directly, which is a critical part of many tasks.
This issue affects all file-related operations beyond the initial creation or modification. The zipping process completes successfully, but any subsequent operation that requires a download link fails.
Workaround Attempts:
I’ve tried various approaches, including creating smaller files, checking file sizes, and reattempting the process after some time, but the problem persists.```