google-keep-exporter icon indicating copy to clipboard operation
google-keep-exporter copied to clipboard

unable to convert

Open jobsidi opened this issue 3 years ago • 5 comments

Unzipping ... Converted 0 notes zip is correct. Temp dirs in c:\Temp in win 10 ltsb also tested in debian 10. The same result. Any help?

jobsidi avatar Aug 24 '20 22:08 jobsidi

Same result here on Linux Mint 19.3: Converted 0 notes.

I subsequently tried this: https://gitlab.com/charlescanato/google-keep-to-evernote-converter and was able to import 1,596 notes out of 1,596 from Google Keep to Joplin. Haven't been through them yet to verify the quality of the conversion but at a glance it looks as if it worked ok.

harmlessdrudge avatar Aug 25 '20 22:08 harmlessdrudge

Extract the Takeout file, and then use that as your input instead of the zip file. That fixed it for me. So, for example, my notes were in Takeout/Keep, so:

google-keep-exporter-win ~/Downloads/Takeout/Keep ~/Downloads/google-keep

onfire4g05 avatar Aug 26 '20 20:08 onfire4g05

Extract the Takeout file, and then use that as your input instead of the zip file. That fixed it for me. So, for example, my notes were in Takeout/Keep, so:

google-keep-exporter-win ~/Downloads/Takeout/Keep ~/Downloads/google-keep

yes, it work! tested on debian!

toleeck avatar Sep 30 '20 20:09 toleeck

Not working on Win 10

google-keep-exporter-win : The term google-keep-exporter-win is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

  • google-keep-exporter-win
  • CategoryInfo : ObjectNotFound: (google-keep-exporter-win:String) [], CommandNotFoundException
  • FullyQualifiedErrorId : CommandNotFoundException`

mafsi avatar Oct 18 '20 19:10 mafsi

I can confirm that using the zip method does not work. But pointing to the extracted data works.

./google-keep-exporter-macos ./Takeout/Keep joplin_export
Converted 201 notes
Output Dir: joplin_export
(node:56760) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

baditaflorin avatar Dec 18 '20 04:12 baditaflorin