View Single Post
Code:
The document “Untitled 2” could not be saved as “• Recipes to Try notes.oo3”. The file doesn’t exist.
Well, these scripts are, alas, posted "as is" (as draft examples for others to adapt) and only work (if at all) on the assumption of default oo3 settings and default system settings.

It sounds as if there may be a permissions issue on your system with writing to the temporary folder.

All I can really suggest is that you experiment with changing the third line of code which specifies where a temporary copy of the 003 file is saved before it is imported into Devonthink. Try to specify a folder to which you do have full read/write permissions.

Code:
property strTempFolder : (path to temporary items folder as string)
Good luck !