azure-storage-explorer

Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature with error code 403

Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature with error code 403 Question: I want to connect to my azure storage explorer and read the table data using python.It’s running on Azure storage emulator.My code is like this; storage_account_name = ‘devstoreaccount1’ storage_account_key = ‘Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==’ …

Total answers: 1