Cool, well if it works that's great
51 2022-12-12 22:17:28
Re: YouTube Downloader error (7 replies, posted in Dropzone Support)
52 2022-12-12 22:11:21
Re: YouTube Downloader error (7 replies, posted in Dropzone Support)
It likely wouldn't work even if you did find it. The regular updates are for a reason...
53 2022-12-12 22:05:22
Re: YouTube Downloader error (7 replies, posted in Dropzone Support)
The YouTube Downloader action is updated very frequently and whatever the latest update was must have broken it on older unsupported Python versions used by 10.13 and earlier.
54 2022-12-12 21:54:21
Re: YouTube Downloader error (7 replies, posted in Dropzone Support)
Hi there,
Sorry but you're out of luck. Earlier than 10.15 is no longer supported by Dropzone.
55 2022-12-04 10:55:33
Re: Instagram action not working (3 replies, posted in Dropzone Support)
Yep sorry there was a bug in this action that I have now resolved.
Please reinstall the action again from the below URL and then it should work as expected:
56 2022-10-27 07:54:20
Re: Paste clipboard image into dropzone and upload (3 replies, posted in Dropzone Support)
Yep you can do that, just replace the 'Take Screenshot' action in the shortcuts workflow with a 'Get Clipboard' action instead and use this as the magic variable input for the save file step. You have to save to disk first to make this work - But you can just use a temporary folder for that.
Here's how to setup the Shortcut:
57 2022-10-19 11:04:20
Re: Getting information from one or more files: is it possible? (4 replies, posted in Dropzone Support)
Yep, add a 'Run AppleScript' action as shown below:
And set it up as shown below:
AppleScript code to copy and paste into the 'Configure AppleScript' section as shown in the screenshot above:
repeat with i from 1 to number of items in draggedFiles
set draggedFile to item i of draggedFiles
set aFile to draggedFile as alias
tell application "Finder" to open information window of aFile
end repeat
58 2022-10-19 09:50:15
Re: Getting information from one or more files: is it possible? (4 replies, posted in Dropzone Support)
Hi there,
Which file information are you wanting to see?
John
59 2022-10-16 10:02:23
Re: Paste clipboard image into dropzone and upload (3 replies, posted in Dropzone Support)
Hi there,
The way to do this would be with the new Shortcuts integration in Dropzone. Take a look at this blog post/video for details:
60 2022-08-15 12:44:40
Re: Email link with Parallels (3 replies, posted in Dropzone Support)
Nope it's highly unlikely that it's as simple as changing a setting to fix this.
61 2022-07-28 02:35:41
Re: "Upload to Google Drive" hangs, does not upload (5 replies, posted in Dropzone Support)
Yep, correct - Mojave is no longer supported. macOS 10.15 is now the minimum requirement. Recommend you test this again when you upgrade your Mac.
62 2022-07-22 01:39:59
Re: "Upload to Google Drive" hangs, does not upload (5 replies, posted in Dropzone Support)
The Gdrive action does not use Python, it is written in Ruby. As no other users are reporting issues with this action and I have tested it and all is working correctly I suspect this may be some configuration issue with Ruby, macOS or Dropzone on your system.
To begin with I would try reinstalling Dropzone. And ensure you download it from https://aptonic.com/dropzone/latest
63 2022-07-22 01:35:24
Re: Email link with Parallels (3 replies, posted in Dropzone Support)
Hi there,
Unfortunately this is such a niche use case and the amount of engineering required to integrate and test with Windows apps just isn't worth it.
So we will not be able to provide this feature.
Sorry about that.
64 2022-07-08 08:01:09
Re: "Upload to Google Drive" hangs, does not upload (5 replies, posted in Dropzone Support)
I just tested this myself under 4.2.8 and all was well. I'm wondering if this may have been a temporary outage.
Could you test this out again now?
65 2022-06-23 04:47:47
Re: TinyPNG doesn't work (3 replies, posted in Dropzone Support)
I have rewritten the Tinify action to work again. You can install it from here: https://aptonic.com/actions/install.php … ame=Tinify
Note that it requires the Dropzone 4 non-Mac App Store version. Also it requires an API key which you can get for free at https://tinypng.com/developers
If you have an old version of the action installed then you will want to install it again from the above link so you get the latest version.
66 2022-06-21 03:08:27
Re: Is there a Bitly action for Dropzone 4? (1 replies, posted in Dropzone Support)
The Bitly shortener action has now been replaced with the TinyURL shortener. This is now built into Dropzone 4.
You can add this by adding a 'Shorten URL' action from the add action menu in the top left of the grid as shown in the screenshot below:
67 2022-05-19 05:16:16
Re: Dropzone 4 not starting on boot up (3 replies, posted in Dropzone Support)
Hi PK,
I recommend you kill whatever version of Dropzone you have and delete it and then download the non-Mac App Store version from the below link instead:
https://aptonic.com/dropzone/latest
That should get you running again.
68 2022-05-09 08:34:12
Re: SCP upload action has stopped working - output is a Ruby error message (6 replies, posted in Dropzone Support)
Just an update to let you know that as of the latest update (v4.3.1) the built in SFTP Upload action now supports transferring folders (including ones with multiple subfolders) so there's no longer any need to use the old SCP Upload action.
69 2022-05-09 08:30:12
Re: YouTube Downloader Action Fails (5 replies, posted in Dropzone Support)
Just an update to let you know that this issue has now been fully resolved. If you update to the latest version of Dropzone and install the latest version of the YouTube downloader action from the link below then this will work again as expected:
70 2022-05-09 08:27:02
Re: dz.add_dropbar causing Dropzone to crash (6 replies, posted in Dropzone Support)
4.3.1 is now released. So the dz.add_dropbar() API should work as expected once you update to this version.
71 2022-05-09 08:10:59
Re: Run Shortcuts from Dropzone via an action (6 replies, posted in Dropzone Support)
The version with this fix (4.3.1) is now released on Setapp. The 'Run Shortcut' action should now show as an option once you update to this version.
72 2022-05-08 03:43:41
Re: dz.add_dropbar causing Dropzone to crash (6 replies, posted in Dropzone Support)
I really hope this week. The fix has long been done, it's just waiting on me to finish SFTP folder uploading which is going out with 4.3.1. This week or next for sure.
Sorry for the wait.
73 2022-04-23 00:29:10
Re: Project based Grids (1 replies, posted in Feature Requests)
Thanks for the request. I think this is a really cool idea, but it is also quite a big departure from how the app works currently.
I have often wanted the ability to switch in different grid configurations myself and maybe it wouldn't be so hard. I will keep it in mind during future feature planning.
74 2022-04-22 11:22:49
Re: Run Shortcuts from Dropzone via an action (6 replies, posted in Dropzone Support)
Oops, yes I've just tested this and there is a bug in the Setapp version which is preventing the Run Shortcut action from showing in the dropdown. Thanks for finding this - I will fix it in the next update which should be out in about a week.
I will update here to let you know once this is out.
75 2022-04-21 00:58:21
Re: Run Shortcuts from Dropzone via an action (6 replies, posted in Dropzone Support)
You can add a Run Shortcut action as shown below: