We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storage Explorer Version: 1.1.0 Platform: Windows Architecture: ia32 Build Number: 20180507.1 Commit: bcc8990d
Regression From: N/A
Upload a file from desktop that has been redirected to O365 One Drive account to a blob storage container on Azure Storage account
File is uploaded to blob container on storage account
failed with the following error -
{ "errno": -4071, "code": "EINVAL", "syscall": "stat", "path": "C:\Users\lbuapme\OneDrive - Rich Products Corporation\Desktop\menus\dk-steak-house[1].jpg" }
I found if i were to try and upload the file from the local filesystem, not one being redirected to One Drive the upload succeeds
The text was updated successfully, but these errors were encountered:
Duplicate of #96.
Sorry, something went wrong.
No branches or pull requests
Storage Explorer Version: 1.1.0
Platform: Windows
Architecture: ia32
Build Number: 20180507.1
Commit: bcc8990d
Regression From: N/A
Steps to Reproduce:
Upload a file from desktop that has been redirected to O365 One Drive account to a blob storage container on Azure Storage account
Expected Experience:
File is uploaded to blob container on storage account
Actual Experience:
failed with the following error -
{
"errno": -4071,
"code": "EINVAL",
"syscall": "stat",
"path": "C:\Users\lbuapme\OneDrive - Rich Products Corporation\Desktop\menus\dk-steak-house[1].jpg"
}
Addition Notes -
I found if i were to try and upload the file from the local filesystem, not one being redirected to One Drive the upload succeeds
The text was updated successfully, but these errors were encountered: