microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection Azure Blob Error : "r.code.toUpperCase is not a function"

krcc5978 opened this issue · comments

Describe the bug
I want to connect Azure Blob Strage.
But I got the following error ”r.code.toUpperCase is not a function”

To Reproduce
Steps to reproduce the behavior:

  1. put account name
  2. put container name
  3. put SAS
  4. push save

Screenshots
image

Desktop (please complete the following information):

  • OS: windows 10
  • local
  • Version [e.g. 22]

How did you resolve this? I'm having the same error, tried web version and older Windows version as well, same error.

Nevermind, I was creating an SAS for the container, but there is an SAS that can be created at the storage account level. That SAS key worked without errors.