Hi Lewis Wydner ,
Could you please provide more details about how you are making the request (e.g., the programming language or tool you are using).
This error typically indicates that one of the HTTP headers in your request is not formatted correctly. Specifically, the error message points to the x-ms-version header.
I Suggest few steps you can take to troubleshoot and resolve this issue:
Ensure that the x-ms-version header is set correctly in your request. This header specifies the version of the Azure Storage service to use. It should be set to a valid version string,
If you are using a script or code to make the request, verify that the x-ms-version header is included and correctly formatted. Ensure that your access token or authorization header is correctly set up and has the necessary permissions to access the file share.
check your request for any typos or missing headers that might be causing the issue.
For more information:
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.
If you have any other questions or are still running into more issues, let me know in the "comments" and I would be glad to assist you.