Hi @Manuj Shivam Sharma
I understand that you're still encountering the error, here are some troubleshooting steps that may help you to resolve your error. "HttpResponseError: The requested URI does not represent any resource on the server."
- Add Logging: Log the exact URLs you are trying to access to find any issues.
- Test a Known Blob: Try accessing a blob you know exists to see if the problem is with your code or the blob itself.
- Regenerate SAS Token: If you think the SAS token might be the issue, create a new one with the right permissions.
- Check Blob Names: Make sure blob names don’t have special characters or are too long, as these can cause problems.
- Use Azure Storage Explorer: Check the blobs in the container visually and try downloading one to see if it works.
- Check Network Settings: Ensure your network allows connections to Azure Blob Storage. Try running your code on a different network to see if it still fails.
- Monitor Azure Status: Check the Azure Status Page for any ongoing issues with Azure Blob Storage.
- Review Azure Logs: Look at Azure logs for any errors or failed requests related to your storage account for more information.
Please feel free to contact if the issue persists, we will be glad to assist you closely.