View Single Post
Quote:
Originally Posted by connie View Post
I store my databases in dropbox. Does that matter? Here is the response I get when I try to it.

AppleScript reported the following error:
DEVONthink Pro got an error: Can’t get parent id 16257 of database 3

The trick is to specify the full path of the database.

If you were using the OS X Drop Box sub-folder of your ~/Public folder, you would need:

property strDocsPath : (path to public folder as text) & "Drop Box"

If you are using the commercial Dropbox service, you will need:

property strDocsPath : (path to home folder as text) & "Dropbox"

Last edited by RobTrew; 2009-06-19 at 03:09 AM..