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

When Downloading files from Proton Drive, they do not get locally stored #722

Open
mixmegapol opened this issue Dec 27, 2024 · 3 comments
Open

Comments

@mixmegapol
Copy link

When Downloading files from proton drive, I get the following error message. I do not get asked, where this file shall be stored, and I do not see the file stored anywhere in my filesystems.

Unhandled Promise Rejection
Error: Failed to resolve file system resource directory from the "webclient://mail.proton.me/sw/2" request
at resolveFileSystemResourceLocation (/opt/ElectronMail/resources/app.asar/app/electron-main/index.cjs:75939:57)
at AsyncFunction. (/opt/ElectronMail/resources/app.asar/app/electron-main/index.cjs:75973:42)

Please advice

Kind regards
Daniel

@mixmegapol
Copy link
Author

Package: electron-mail-5.3.0-linux-amd64.deb

@vladimiry
Copy link
Owner

vladimiry commented Dec 27, 2024

Downloading worked fine at my side on 21MB mp3 file. It might be size-dependent, but I didn't test a larger file yet. The ServiceWorker involving (webclient://mail.proton.me/sw/2 part from your log) might be depending on the downloaded file size (a possible reason why the error didn't occur on my test 21MB file size case), so some debugging and proton's code reviewing will be needed.

@mixmegapol
Copy link
Author

Thank you. You are right. A single 5MB file worked fine. I just wanted to copy down everything from Proton Drive to my new linux laptop, multiple recursive directories downloaded as a zip file of around 20-50GB sizes.

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

No branches or pull requests

2 participants