We couldn't upload your data AxiosError: Request failed with status code 403

Tushar T. Singh 10 Reputation points
2024-09-05T20:04:04.9466667+00:00

Hello, I am trying to work on a poc using Azure OpenAI studio to read data using own document but as soon I am at the step where I have to upload the file inside Azure openAI studio I am getting this error. What am I missing

We couldn't upload your data AxiosError: Request failed with status code 403

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,920 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 32,946 Reputation points
    2024-09-06T02:42:03.63+00:00

    Tushar T. Singh Greetings & Welcome to Microsoft Q&A forum!

    Are you using a private VNet? Do you have required permission to upload the data?

    How exactly are you uploading the data? Is it through Azure Blob Storage? If yes, Make sure you have the required permissions to upload files to the storage account.

    You should have Storage Blob Data Contributor or Storage Blob Data Owner permissions.

    We couldn't upload your data AxiosError: Request failed with status code 403

    The '403' error usually indicates a network issue. Ensure that the your network rules and firewall settings allow data transfer. You might also want to verify if the necessary ports are open and accessible. Please see Securely use Azure OpenAI On Your Data for more details.

    Also, For Azure OpenAI to access your storage account, you will need to turn on Cross-origin resource sharing (CORS). If CORS isn't already turned on for the Azure Blob storage resource, select Turn on CORS.

    For some data sources such as uploading files from your local machine (preview) or data contained in a blob storage account (preview), Azure AI Search is used. When you choose the following data sources, your data is ingested into an Azure AI Search index.

    User's image

    For more information, please see Azure OpenAI On Your Data.

    Do let me know if that helps or have any other queries.


    If the response helped, please do click Accept Answer and Yes for was this answer helpful.

    Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.