It looks like the plugin doesn't work if there is a " " (space) in the filename of what you're trying to upload. It just sits there and doesn't fire anything in the callback handler. All other instances work fine.
As a workaround I have a flow that copies the file somewhere with all the spaces turned to underscores and then I upload that... but this isn't preferable especially with large file uploads.
It looks like the plugin doesn't work if there is a " " (space) in the filename of what you're trying to upload. It just sits there and doesn't fire anything in the callback handler. All other instances work fine.
As a workaround I have a flow that copies the file somewhere with all the spaces turned to underscores and then I upload that... but this isn't preferable especially with large file uploads.