Moving files from internal to sd card
Posted: 29 Dec 2018 18:41
Hi, would like some help in moving some image files (jpg). The default folder that Facebook app creates is under 'DCIM' which includes it as part of my automatic photo back up through Google Photos, so I want to have the file moved to my external sd card as soon as the image is saved.
I tried using the following:
Trigger: File Observer - path DCIM/Facebook, event types modify, writable file closed, subfile created
Action: Move Files - source files DCIM/Facebook/*.jpg, target to my external sd card /Pictures/Facebook
Now when I save a photo, the file gets moved, however there is a notification of "Error: could not delete file ..(file name).jpg" "Last executed: Action move files...".
Upon checking my external sd card, it has moved multiple copies of the same file. So I see for example, abc.jpg, abc (1).jpg, abc(2).jpg.
In the log it says:
Error: ch.gridvision.ppam.androidautomagiclib.util.m: Could not create directory '(my sdcard)/Pictures/Facebook/Facebook'
How can I fix? Thank you.
I tried using the following:
Trigger: File Observer - path DCIM/Facebook, event types modify, writable file closed, subfile created
Action: Move Files - source files DCIM/Facebook/*.jpg, target to my external sd card /Pictures/Facebook
Now when I save a photo, the file gets moved, however there is a notification of "Error: could not delete file ..(file name).jpg" "Last executed: Action move files...".
Upon checking my external sd card, it has moved multiple copies of the same file. So I see for example, abc.jpg, abc (1).jpg, abc(2).jpg.
In the log it says:
Error: ch.gridvision.ppam.androidautomagiclib.util.m: Could not create directory '(my sdcard)/Pictures/Facebook/Facebook'
How can I fix? Thank you.