Azure / azure-storage-blob-go

Microsoft Azure Blob Storage Library for Go
MIT License
156 stars 102 forks source link

400 Value for one of the query parameters specified in the request URI is invalid. #318

Open sasathy1 opened 2 years ago

sasathy1 commented 2 years ago

Which version of the SDK was used? 0.14.0

Which platform are you using? (ex: Windows, Linux, Debian) Debian

What problem was encountered? In Azure IoT Central, we use this blob storage SDK to export data to blob storage. In doing so, we make a call to the blob storage SDK to which we pass 2 query params:

GET ?restype=container&timeout=61 For the above URI, we get the following error: RESPONSE Status: 400 Value for one of the query parameters specified in the request URI is invalid. But the 2 query params specified in here seem to be valid. Any help here would be greatly appreciated. PS: The storage account to which we are exporting data is not managed by us (IoT Central).

How can we reproduce the problem in the simplest way?

Have you found a mitigation/solution? No

kiran-jayaram commented 1 year ago

Hello, @sasathy1 - were you able to sort this?