GetDownloadLinkError occurs consistently when trying to access or extract uploaded file content

Error: GetDownloadLinkError

Personal Comments:
I started receiving this error 3 days ago. I have tried everything that ChatGpt 4.0 has suggested to correct the error with no success. I am working on a software project with a simple directory structure (Only 1 level). I compress my project to a zip format and upload it to the chat, ask it to use the file and do something. After extracting I get a message that the GetDownloadError has occurred preventing further processing. My last message “It seems that the same issue persists, even with a single file in the archive. This confirms that the problem isn’t related to the size or complexity of the files being uploaded but likely stems from a deeper issue in the environment’s file handling system.” I am at a loss with what to do next…

Description: This error occurs consistently when trying to access or extract the contents of uploaded files. The error suggests a failure in generating or accessing a temporary download link for the files after they are uploaded.

Context:

  1. The error has been encountered across multiple file formats and sizes, including .zip and .7z archives.
  2. The files uploaded ranged from multi-file archives to a single-file archive, with sizes as small as <1KB.
  3. Despite the file sizes being well within the typical upload limits (maximum file size attempted 40KB), the error prevents any further processing or extraction of the files.

Environment:
I am running ChatGPT 4.0 in a Chrome Browser on a Dell Laptop with Windows 10. To ensure a pristine environment. The laptop was set back to factory defaults and only the necessary tools have been reinstalled. Chrome, Visual Studio Code And Community 2022, 7-Zip.

Steps Taken to Resolve the Issue:

  1. Multiple File Upload Attempts:
  • Several files were uploaded in different formats, including .zip and .7z.
  • Files of varying sizes were tested, including very small files (e.g., 40KB) and archives containing just one file.
  • Attempts were made multiple times over a 3 day time period.
  1. File Format Changes:
  • Files were re-compressed and uploaded in different formats (.zip, .7z) to see if the format or compression method was the cause of the issue.
  • Each format tested resulted in the same GetDownloadLinkError.
  1. Simplified File Content:
  • The contents of the files were simplified, with attempts made using archives that contained fewer and fewer files until only a single file attempt was made.
  • Even with this simplification, the error persisted.
  1. Repeated Attempts:
  • The uploads and processing attempts were repeated multiple times to rule out temporary glitches or one-off issues.
  • The error occurred consistently across all attempts.
1 Like

Same issue here. No longer able to process files with the same data and instructions used a week ago. Asking for very simple excel file manipulates. The generated python code works locally, which is nice, but interface no longer runs uploaded files.

Actually, upon further investigation, chatGPT was trying to use a column name that didn’t exist. When I asked it to explicitly reference the column by number rather than name it worked fine. The error message of GetDownloadLinkError is very misleading!