A few more comments:
>
This will be very popular. I assume it returns the URL in the first pane (that's what Get implies to me)
At the moment it copies the URL to the pasteboard. Perhaps the method should be renamed 'Copy public Link'? Or I could modify the action to return the URL to the 1st pane, then maybe add a pref for 'copy public links to pasteboard when getting links'
>> * "Show Revisions" action (files only)
> In a results list, right? (that's what Show implies to me)
Yep, the revisions are loaded asynchronously and populated in the 1st pane results list - thanks to Rob's recent changes :)
>> * "Restore Revisions" action, for restoring a revision (created using the 'show revisions' action
> This I don't understand. Show should list,...
Sorry it was a typo in the email. Within the plugin it's "Restore Revision". The only way a revision can currently be created is through the 'show revisions' action.
>> * Adds Dropbox to your Catalog (root only atm, I want to change some of QS's code to allow you to go deeper)
This one I don't follow. I'm a casual user of dropbox and ~/Dropbox is already in my catalog. Why aren't I just navigating that?
It adds all the files/folders one level deep within your Dropbox folder, not just the 'Dropbox' folder (which is probably added from the default 'home' catalog preset). This is of most use for users who don't have their Dropbox in the default ~/Dropbox location. The preset will work wherever your dropbox is.
>> * Right arrow into Dropbox.app shows your recently changed files (since the plugin was first installed)
> This is very good. Are there actions specific to Dropbox.app? I'm thinking the way Get New Mail is specific to Mail.app (which I know was a little buggy long ago). I would think Open Dropbox Folder and Open Dropbox.com would be useful here. And probably Pause/Resume Syncing.
I think 'Open Dropbox Folder' is a bit redundant, you can just find the actual 'Dropbox folder' in the 1st pane and use 'Open'. 'Open Dropbox.com' might be useful.
The ability to Pause/Resume syncing was why I first created the plugin, but alas - there's no way of doing this through the API unfortunately.
Phil's reply:
> I see 'Load Revisions' as opposed to 'Show'. Working well, powerful stuff! It'd be great to see previews/Quick Looks of the revisions, so I'm not flying blind.
Yeah, this is currently rather limited, but having some kind of way of seeing what changed in each revision is definitely a must.
> Got these errors at first however:...
Are you sure Dropbox was running when you got those errors? And was Dropbox properly linked to QS? I should probably try and make those errors more clear, so you can know what to do - thanks.
... yep, from your Console log it looks like QS wasn't authenticated when you were first trying to use the plugin.
OK, a few more improvements :)