Open v-kellyluo opened 1 month ago
@v-kellyluo Can you share more information about the error? Is it an access error?
@craxal , it isn't an access error, I can preview csv/parquet/avro files, only fails to open video files in browser.
@richardMSFT First verify if this is really a regression or not with 1.35.0. Then see if you can get any more error information. From there, we can determine if this is worth fixing for 1.36.2.
After investigating, seems like this is not a regression. In 1.35.0 file shares could not be accessed with those roles due to credentials not being suitable. In 1.36.0 when trying to play in browser a .mp4 file the error being thrown is that "File Share requires storage account key to generate SAS". So it looks like that File Shares don't support user delegated SAS.
The fix is that we can expose the error in the activity log and this would be a fix that falls under "better UX".
Storage Explorer Version: 1.36.0 (101) Build Number: 20241009.1 Branch: rel/1.36.0 Platform/OS: Windows 10/Windows 11/Linux Ubuntu 22.04/MacOS Sequoia 15.0(Apple M1 Pro) Architecture: x64/arm64/x64/arm64 How Found: Exploratory testing Regression From: Not a regression
Steps to Reproduce
Expected Experience
Succeed to play the file in browser.
Actual Experience
There is a failed activity log.
Additional Context