Have just emailed you about this.
227 2014-10-25 10:53:50
Re: dropzone 3.2.1 on Yosemite (4 replies, posted in Dropzone Support)
Thanks - This is a bug under Yosemite with the FTP action that I have just fixed. Please download this beta:
http://shipsomecode.com/misc/Dropzone-3 … ild707.zip
Note that if you purchased on the Mac App Store and then download and run this beta version then it will detect you purchased on the Mac App Store already and register automatically. You can stay on this beta and you'll still receive auto-updates to future versions.
As far as the progress window goes, you can now see the upload progress in the status item during an upload. The floating window annoyed many users as it obscured windows and had issues in dual monitor configurations so is gone for good. I think the solution in Dropzone 3 is better, once you get used to it
228 2014-10-22 21:39:41
Re: Add blanks/spaces to grid. (2 replies, posted in Feature Requests)
OK, thanks for the feedback. What I'm considering doing is adding a hidden default that adds a blank space action as an option to the add action popup menu in the top left. Most people probably won't use this feature and I'd rather not have it as a permanent item as it may cause some confusion, but for those who want it it does seem like a useful idea.
I will look at this for the next few versions, right now I'm still dealing with a lot of Yosemite related bugs.
229 2014-10-21 12:13:02
Re: Dropzone 3.2 Yosemite issues (9 replies, posted in Dropzone Support)
Hi there. 3.2.1 is not the latest version. The latest is 3.2.2, build 700. This issue has been fixed in this build. Please note that 3.2.2 is currently not yet out on the Mac App Store (it will be released on the App Store soon after Apple review).
Please download version 3.2.2 from https://aptonic.com/dropzone3/latest
230 2014-10-18 09:43:36
Re: FR: Dark Mode iCon (1 replies, posted in Feature Requests)
This is coming in Dropzone 3.2.2 which will be released in the next few days
231 2014-09-29 14:15:56
Re: Problems with FTP - Does not upload (2 replies, posted in Dropzone Support)
That's an odd one. Usually if the Test Connection succeeds I would expect uploading to succeed as well. Unfortunately troubleshooting this type of issue is usually a nightmare as there are so many different possible FTP server configurations.
Here are a few questions and points to consider:
1) Is this just a standard FTP server on port 21? FTP over SSL is not currently supported.
2) Are you using a proxy to connect to the internet?
3) Do you use firewall software such as LittleSnitch that could be blocking the connection?
4) Does your FTP server support FTP passive mode? Dropzone tries to connect with passive mode enabled.
232 2014-09-25 02:49:54
Topic: Dropzone 3.2 Yosemite issues (9 replies, posted in Dropzone Support)
Update: The issues described below are now totally fixed. Just make sure you're running Dropzone version 3.2.3 or later and you should not have any issues under Yosemite. Also, make sure you're using the latest version of all the actions. You can check this by going into the Dropzone 3 Preferences and then the 'User Actions' tab and click the 'Check for Updates' button.
If you're having issues with Dropzone 3 under Yosemite and are using the version from the Mac App Store - Please download the non-Mac App Store version from https://aptonic.com/dropzone3/latest - this version is newer (version 3.2.2 instead of 3.2). The Mac App Store version will be updated soon.
Note that if you purchased on the Mac App Store and then download and run the non-Mac App Store version then it will detect you purchased on the Mac App Store already and register automatically (note you have to run the Mac App Store version at least once for this transition to work).
The errors you will see in the debug console with the app store version (3.2) under Yosemite look like the following:
[Launching task with command line: runner.rb task-42251]
Task description file task-42251:
ACTION: "/Applications/Dropzone 3.app/Contents/Actions/Copy Files.dzbundle"
EVENT: "dragged"
VARIABLE: "path" "/Users/user/Desktop"
VARIABLE: "dragged_type" "files"
VARIABLE: "support_folder" "/Users/user/Library/Application Support/Dropzone 3"
ITEMS: "/Users/john/Pictures/Wallpapers/mac-os-x-HD-Wallpapers.jpeg"
Determinate: 1
Begin_Message: Copying files...
/Applications/Dropzone 3.app/Contents/Actions/lib/rsync.rb:84:in `do_copy'
undefined method `[]' for nil:NilClass (NoMethodError) from /Applications/Dropzone 3.app/Contents/Actions/lib/rsync.rb:80:in `popen'
from /Applications/Dropzone 3.app/Contents/Actions/lib/rsync.rb:80:in `do_copy'
from /Applications/Dropzone 3.app/Contents/Actions/Copy Files.dzbundle/action.rb:17:in `dragged'
from /Applications/Dropzone 3.app/Contents/Actions/lib/runner.rb:65:in `call'
from /Applications/Dropzone 3.app/Contents/Actions/lib/runner.rb:65
[Task completed]
Also, note that the Dropbox and Amazon S3 actions are currently not working properly under Yosemite in either version. This will be fixed soon.
233 2014-09-24 03:26:09
Re: No Circles in Dropzone 3? (1 replies, posted in Dropzone Support)
I've explained my thinking about this in detail on our blog here: https://aptonic.com/blog/dropzone-3-launched (in the Circles section)
I'm actually working on an alternative right now that lets you drag things to the top of the screen to open the grid. It makes the app a whole lot easier to use - I would say even better than Circles. Looking forward to releasing this update soon!
234 2014-09-12 11:25:36
Re: Script to upload a file to FTP, wait and upload the next file (2 replies, posted in Dropzone Support)
Hi Alan,
I've made you a custom version of the FTP action that waits 8 minutes between uploads. If you need to change the delay, you can edit the ftp_custom.rb file inside the action bundle and change line 96. The trick was there's another library bundled with Dropzone that does the actual uploading so I've made you a custom version of this lib and bundled it along with the action.
You can download the action here: http://shipsomecode.com/misc/FTP%20Uplo … bundle.zip
Unzip it and double click the "FTP Upload With Delay.dzbundle" action bundle to add it to your grid.
235 2014-09-01 15:52:36
Re: Cannot copy to Amazon S3 (1 replies, posted in Dropzone Support)
Haven't tested this yet, but I think it only works with root credentials. Will look into supporting IAM in future though.
236 2014-08-25 16:58:33
Re: Google's "Search by Image" destination? (3 replies, posted in Feature Requests)
I liked this idea so much that I went ahead and built an action for Dropzone 3 that does it. You can install here:
https://aptonic.com/dropzone3/actions/i … e%20Search
It is compatible with both sandboxed (Mac App Store) and unsandboxed (non-Mac App Store) versions of Dropzone 3. It also supports dropping multiple images on it. After you drop an image, it uploads it to Google and then opens the results in your browser.
Hope you guys like it! Let me know if you have any questions or feedback .
237 2014-08-18 03:47:50
Re: Imageshack with logins (5 replies, posted in Feature Requests)
This information is outdated - I have long since updated the ImageShack action to work with the new API.
You can install the updated action from https://aptonic.com/dropzone3/actions (click the Install link beside the ImageShack action). It enables you to upload individual or multiple images into ImageShack albums.
And yes ImageShack have gone to a paid model now, but you can sign up for a 15 day trial at https://imageshack.com/signup and then their plans start at $3.99 / month.
You can also use the Imgur action which ships with Dropzone 3 and is totally free. There’s complete instructions and a demo of this at http://imgur.com/gallery/eDf31
238 2014-08-17 03:10:41
Re: New menubar icon for Yosemite Dark Mode please! (1 replies, posted in Feature Requests)
Great idea, I will definitely look at adding this.
239 2014-08-10 23:51:47
Re: Convert a file into PDF (2 replies, posted in Feature Requests)
That's a cool idea. I'll consider it for a future version.
240 2014-08-03 11:29:20
Re: Can't uninstall dropzone (free trial) and can't install App Store one (1 replies, posted in Dropzone Support)
Double check you deleted it from your applications folder and also your downloads folder and try a reboot. The app store gets confused sometimes.
241 2014-08-03 11:03:38
Re: setting is missing few things (3 replies, posted in Feature Requests)
It is a Notification Center notification so you should be able to customize this via Notifications settings in System Preferences.
242 2014-08-01 12:04:53
Re: File Transfer (1 replies, posted in Dropzone Support)
Yep, you can use either the AirDrop action for this (drag the file onto the Dropzone 3 menu item and then onto AirDrop), or you can setup an SCP action to transfer to the other Mac. The steps to do this are shown here:
243 2014-07-27 23:49:53
Re: How do I use the FTP Upload? (2 replies, posted in Dropzone Support)
Once you have added an FTP action, you simply drag files onto the Dropzone 3 menu item and then onto the FTP action and it uploads them to your server. If you need to edit the FTP action settings, click the menu item then right-click on the FTP action you have added and click 'Edit'
244 2014-07-24 00:28:04
Re: Constantly being asked for Serial Number (3 replies, posted in Dropzone Support)
I have just sent you a non-App Store license. It's supposed to register automatically by detecting your MAS purchase although in rare cases this doesn't work which I'm investigating.
245 2014-07-21 17:58:47
Re: How to setup easy file sharing between two Macs with Dropzone 3 (6 replies, posted in Dropzone Support)
If the Macs are inside a firewall (NAT) and don't have a publicly accessible IP address you should be OK. If you're really concerned you could run the SSH daemon on another port. There's details on how to do that here: http://serverfault.com/questions/18761/ … n-mac-os-x
And if still concerned you could also setup public key authentication (which the SSH action in Dropzone 3 now supports) and disable password based authentication.
246 2014-07-20 09:58:42
Re: Move actions not undoable from Finder (1 replies, posted in Dropzone Support)
That's a very interesting request.
Dropzone 3 currently uses rsync to do all copying and moving. I'm thinking that if you use the OS X copying/moving APIs then Finder allows an undo. Unfortunately switching from rsync to the OS X copy/move API would quite likely be a pretty big job. I will definitely keep it in mind though. Thanks for the feedback.
247 2014-07-20 09:54:35
Re: sync actions on multiple computers (2 replies, posted in Feature Requests)
Yeah, I agree this would be useful. I will consider it for a future version. Thanks for the feedback!
248 2014-07-20 09:51:41
Re: How to setup easy file sharing between two Macs with Dropzone 3 (6 replies, posted in Dropzone Support)
Yep, very possible. You can use the SCP Upload action to achieve this. Here's a step by step guide:
1. First you need to turn on Remote Login on the Mac you want to send files to. To do this, open System Preferences and click on 'Sharing' then tick the checkbox next to 'Remote Login' - this will switch on SSH access to the Mac which also allows SCP file transfers:
2. In Dropzone 3 on the Mac you will be sending files from, you now need to install the SCP Upload action. You can install this by clicking 'Install' on the SCP action on this page https://aptonic.com/dropzone3/actions - note that this action requires the non-Mac App Store version of Dropzone. If you purchased Dropzone 3 from the Mac App Store then you can switch to the non-App Store version by downloading it from https://aptonic.com/dropzone3/latest and moving it to your Applications folder and replacing your existing version. It will detect you purchased it on the Mac App Store and register you automatically.
3. When you install the SCP Action it will show the dialog below. Click the 'Add to Grid button' (you can also add it from the add action menu in the top left of the grid.
4. You now have to put in the connection details as shown in the screenshot below. The Server field should be the name given underneath the 'Computer Name' field on the other machine from the first step. Username is your Mac user account username. Note that if you don't have a password set for your user account on the destination machine then you'll have to set one up and then put this in the Password field. Remote Path is the path to put files on the destination machine. If you just want them to go onto the Desktop for example then you can use the pattern /Users/<username>/Desktop. You can leave the Root URL blank:
5. Once you've put in all the details, click 'Test Connection' to check it's working and click the 'Add' button to add the action to your Dropzone 3 grid.
6. That's it, you're done - you can now drag files onto the Dropzone 3 menu item and then onto the SCP Upload action and they will appear in the chosen destination folder on the other Mac. If you want to share files from the destination Mac as well you can setup the same thing in the other direction.
Hope that helps! Let me know if you have any problems following this.
249 2014-07-19 14:31:40
Re: Error saving FTP password in keychain (2 replies, posted in Dropzone Support)
I've had this once or twice during debugging and found it's usually fixed by relaunching Dropzone 3.
I think it can happen if Dropzone tries to access your keychain and you cancel the prompt or put in the wrong password. Then Dropzone is blocked from accessing the keychain and can't store or retrieve passwords until relaunch. This may not be the same issue, but try a relaunch first.
If the problem persists, open Console.app (in the Applications/Utilities folder) and do a search for any messages with 'Dropzone' in them and email these to me - support@aptonic.com and I'll get into it further.
250 2014-07-17 17:15:06
Re: Ruby Version (3 replies, posted in Dropzone Support)
Excellent! Thanks for the feedback. I'm inclined to leave it ignoring the .ruby-version and have the user explicitly specify the path if they need to as some actions (i.e. most of the built in ones) are tested and verified to work against a particular system ruby version.