You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The action doesn't send files with long filenames which contain spaces. The names are regarded as sets of words which are opened as links in a browser on the receiving device.
My suggestion is to use %U instead of %F as the parameter for the action's bash-script. %U replaces spaces with special symbols, so there will be no separate words.