-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
Cannot upload file from a local OneDrive folder #96
Comments
Hi @dsghi , the cause of this issue is a bug in NodeJS. They recently fixed nodejs/node#12737, and we're now waiting on Chromium/Electron (electron/electron#11570) to use a version of NodeJS which has the fix, at which point we'll upgrade to that version of Electron. Until then, you'll need to move the file out of your OneDrive folder before uploading. |
+1 |
@steveesp Storage Explorer is built using Electron, and Electron integrates with a specific version of Node. We use that version of Node's APIs to access local files and upload to Azure. Electron has to publish an update in which they integrate with a newer version of Node wherein these issues are fixed. Then we have to update the version of Electron we use to get the fix. |
A few of workarounds are:
Not perfect options, but an ok collection triage solutions. |
There's also AZCopy. |
I am using version 1.4.1 and this is now working for me. |
Storage Explorer Version:
1.0.0
OS Version:
Windows 10 (1709 Build 16299.402)
Steps to Reproduce:
Expected Experience:
Upload file
Actual Experience:
Upload fail
Workaround
Moved file to a local path (downloads) and upload worked normally.
The text was updated successfully, but these errors were encountered: