You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ds.upload causing AzureHttpError: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. ErrorCode: AuthenticationFailed
#7
Open
fadeevla opened this issue
May 23, 2019
· 2 comments
ds.upload(src_dir='./squad', target_path='./squad')
results with error
~/miniconda3/envs/azureml/lib/python3.6/site-packages/azureml/_vendor/azure_storage/common/storageclient.py in _perform_request(self, request, parser, parser_args, operation_context, expected_errors)
304 except AzureException as ex:
305 retry_context.exception = ex
--> 306 raise ex
307 except Exception as ex:
308 retry_context.exception = ex
~/miniconda3/envs/azureml/lib/python3.6/site-packages/azureml/_vendor/azure_storage/common/storageclient.py in _perform_request(self, request, parser, parser_args, operation_context, expected_errors)
290 # and raised as an azure http exception
291 _http_error_handler(
--> 292 HTTPError(response.status, response.message, response.headers, response.body))
293
294 # Parse the response
~/miniconda3/envs/azureml/lib/python3.6/site-packages/azureml/_vendor/azure_storage/common/_error.py in _http_error_handler(http_error)
113 ex.error_code = error_code
114
--> 115 raise ex
116
117
AzureHttpError: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. ErrorCode: AuthenticationFailed
The text was updated successfully, but these errors were encountered:
ds.upload(src_dir='./squad', target_path='./squad')
results with error
~/miniconda3/envs/azureml/lib/python3.6/site-packages/azureml/_vendor/azure_storage/common/storageclient.py in _perform_request(self, request, parser, parser_args, operation_context, expected_errors)
304 except AzureException as ex:
305 retry_context.exception = ex
--> 306 raise ex
307 except Exception as ex:
308 retry_context.exception = ex
~/miniconda3/envs/azureml/lib/python3.6/site-packages/azureml/_vendor/azure_storage/common/storageclient.py in _perform_request(self, request, parser, parser_args, operation_context, expected_errors)
290 # and raised as an azure http exception
291 _http_error_handler(
--> 292 HTTPError(response.status, response.message, response.headers, response.body))
293
294 # Parse the response
~/miniconda3/envs/azureml/lib/python3.6/site-packages/azureml/_vendor/azure_storage/common/_error.py in _http_error_handler(http_error)
113 ex.error_code = error_code
114
--> 115 raise ex
116
117
AzureHttpError: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. ErrorCode: AuthenticationFailed
The text was updated successfully, but these errors were encountered: