microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.29k stars 837 forks source link

Failed to create connection for Azure blob storage #1050

Open jameszh opened 3 years ago

jameszh commented 3 years ago

Describe the bug VoTT Version: 2.2.0 CORS is configured as following: Allowed Origin: Allowed Methods: 8 selected, Allowed headers: Exposed Headers: * Max Age:200

With correct account name, container name and SAS URI(is copied from Azure portal), but not able to create the connection, Note: the same SAS URI works with this tool: https://github.com/microsoft/OCR-Form-Tools

Expected behavior Connection is created

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

wbreza commented 3 years ago

Please ensure you are using the SAS token from the Azure Blob Storage Account root level and not an individual container.