Trouble doing the export step. #61
Replies: 2 comments
-
Sorry, but I cannot reproduce your error. Your command looks file, maybe it has something to do with Windows Defender and user files protection. Could you try exporting into different directory? |
Beta Was this translation helpful? Give feedback.
-
Yeah Powershell's ALWAYS annoying & finnicky to deal with. But one way or another, it's a windows issue, and not a problem with the program; Bc it's saying the error is the ouput path variable, so for whatever reason it doesn't know/understand where you want to save the output. Anyway -
If not, let's try this...Here's your original command again for reference, so I can point out the little tweaks I made. (changes look like this)
Reasonably, this "should" work, keyword being should... All I did, was switch out the quotes to be slightly more explicit about the path having spaces, and where those are.
Hopefully one of these works out for you, but if not, here's an article on dealing with spaces in the path in powershell, you might want to look into each of these options https://www.delftstack.com/howto/powershell/powershell-path-with-spaces/ If none of that works, You can also try (temporarily) renaming "Proton Drive", to Proton-Drive or Proton_Drive, or something like that... and do the same for any other names with spaces. After all of that... at the very least, we can completely rule out spaces as the issue in the path variable 😂😂 |
Beta Was this translation helpful? Give feedback.
-
I have completed the sync step but I am having trouble doing the export step.
My evernote-backup.exe and en_backup.db are in C:\Users\brian\downloads\bin_evernote_backup.
I am attempting to export to my Proton Drive folder: C:\Users\brian\Proton Drive\brian.davies\My files\Github Evernote Backup/
To export I enter in Powershell:
C:\Users\brian\downloads\bin_evernote_backup> .\evernote-backup export 'C:\Users\brian\Proton Drive\brian.davies\My files\Github Evernote Backup/' and I get an error:
Missing argument 'OUTPUT_PATH'.
Could someone guide me in formulating the correct command, please?
Beta Was this translation helpful? Give feedback.
All reactions