Skip to content
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

Closed
dsghi opened this issue Apr 27, 2018 · 7 comments
Closed

Cannot upload file from a local OneDrive folder #96

dsghi opened this issue Apr 27, 2018 · 7 comments
Labels
🪲 bug Issue is not intended behavior ❔ external Root cause of this issue is in another component, product, or service

Comments

@dsghi
Copy link

dsghi commented Apr 27, 2018

Storage Explorer Version:
1.0.0

OS Version:
Windows 10 (1709 Build 16299.402)

Steps to Reproduce:

  1. Select a file in a local synced OneDrive folder (From SharePoint Online Document Library)

Expected Experience:
Upload file

Actual Experience:
Upload fail

Workaround
Moved file to a local path (downloads) and upload worked normally.

@MRayermannMSFT MRayermannMSFT added upstream dependency 🪲 bug Issue is not intended behavior labels Apr 27, 2018
@MRayermannMSFT
Copy link
Member

MRayermannMSFT commented Apr 27, 2018

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.

@MRayermannMSFT MRayermannMSFT added ❔ external Root cause of this issue is in another component, product, or service and removed upstream dependency labels Apr 27, 2018
@steveesp
Copy link
Member

+1
How is this issue related to Chromium/Electron?

@craxal
Copy link
Contributor

craxal commented Apr 27, 2018

@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.

@BrianMinister
Copy link

A few of workarounds are:

  1. Copy files out of the OneDrive folder, and into a file that you have fill control over. IE: D:\FileTransfer
  2. Download Red-Gate's Azure Explorer, which doesn't have this limitation, but doesn't have all of the features that we are used to for the storage explorer.
  3. Get the paid version of Filezilla, which includes filestorage, and use it for uploads.

Not perfect options, but an ok collection triage solutions.

@craxal
Copy link
Contributor

craxal commented May 3, 2018

There's also AZCopy.

@dsghi
Copy link
Author

dsghi commented Sep 10, 2018

I am using version 1.4.1 and this is now working for me.

@dsghi dsghi closed this as completed Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Issue is not intended behavior ❔ external Root cause of this issue is in another component, product, or service
Projects
None yet
Development

No branches or pull requests

5 participants