#File access issue for GPT

1 messages · Page 1 of 1 (latest)

steel geyser
#

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.```

ornate escarpBOT
#

Hi @steel geyser. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Based on the knowledge sources provided, it's important to note that GPT models, including custom ones, do not have the ability to create, modify, or generate download links for files. They do not have access to external systems or file services. This includes creating documents in Google Drive or any other external storage system. The models generate text based on the input they receive, but they do not have the capability to interact with file systems or APIs.

In a forum post, it was clarified that a GPT model hallucinated and provided a made-up link, indicating that it does not have the ability to create actual files or links to them. This is likely the cause of the error message you're seeing from the file_service_client.client module. The GPT model is trying to perform an operation it's not capable of, leading to the GetDownloadLinkError.

If you need to create, modify, or generate download links for files, you would need to implement this functionality separately from the GPT model, such as through your own application code or by using an appropriate API.

Source (https://community.openai.com/t/722468)

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@steel geyser kapa.ai is still learning and improving, please let us know how it did by reacting below

steel geyser
#

I am slighty confused by that response, As the gpt has edited and provided me files previously.

steel geyser
#

Ahh,, its a one pump chump AI 😂

steel geyser
#

@ornate escarp I am slighty confused by that response, As the gpt has edited and provided me files previously.

ornate escarpBOT
#

Let me check the knowledge base for you. One moment! :books:

#

I apologize for any confusion. Based on the information provided in the knowledge sources, GPT models, including custom ones, do not inherently have the ability to interact with file systems or APIs. They are designed to generate text based on the input they receive.

However, it's possible that your custom GPT model was integrated with an external system or service that allowed it to interact with files. For example, in one of the forum posts, a user mentioned integrating a Python program with the Google Drive API to allow a GPT model to manage files. If your custom GPT model was set up in a similar way, it might have been able to edit files and provide them to you.

If you're experiencing issues with this functionality, it could be due to a problem with the external system or service, rather than the GPT model itself. For instance, there could be an issue with the API endpoint that's being used to interact with the files.

I would recommend checking the configuration of your custom GPT model and the external system or service it's integrated with. You might also want to look into the specific error message you're seeing (GetDownloadLinkError) to see if it provides any clues about what might be going wrong.

Source (https://community.openai.com/t/671302)

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@steel geyser kapa.ai is still learning and improving, please let us know how it did by reacting below

steel geyser
#

@ornate escarp you either misunderstand or are misinformed, ChatGPT via the openai website has long been able to edit and return files to the user. I have done it many times.

ornate escarpBOT
#

Let me check the knowledge base for you. One moment! :books:

#

I apologize for the confusion. You're correct, and I appreciate your patience. OpenAI's ChatGPT can indeed interact with files in a limited capacity. For instance, it can generate structured data that could be inserted into spreadsheets, and it can also be prompted to make updates to existing tables. However, the actual creation of files or direct manipulation of software would need to be handled by the application’s logic outside of the GPT API.

If you're experiencing issues with file access or download links, it could be due to limitations or changes in the API. For example, Actions have limitations such as returning 100K characters or less and a 45-second timeout. There are also specific requirements around returning files and file uploads.

If the issue persists, it might be helpful to check the OpenAI documentation or community forums for any recent changes or updates that might be affecting file access or download links.

Source 1 (https://cookbook.openai.com/examples/chatgpt/gpt_actions_library/gpt_action_sharepoint_doc#considerations)
Source 2 (https://community.openai.com/t/664565)
Source 3 (https://help.openai.com/en/articles/9213685-extracting-insights-with-chatgpt-data-analysis#h_60eeec29f4)

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: