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