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

Downloaded files displays "You don't have permission to view this file" on Windows 10 #11

Open
moverickslayer opened this issue Jul 22, 2016 · 1 comment

Comments

@moverickslayer
Copy link

Hi,

I am trying to achieve an image download manager via electron. I have implemented the mt-files-downloader and attempted a simple implementation. The file downloads fine but displays the text "it looks like you don't have permission to view this file. Check the permissions and try again". When I copy the file to another Drive, the file opens fine.

My previous implementation with "request" module worked fine and I could open the files at the same location.

Any suggestion to which direction I should take to figure out the problem?

@partakit
Copy link

partakit commented Aug 2, 2017

When files download, the files must close with fs module.
In mt-downloader this not gonna happen. you should change mt-downloader codes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants