[FEATURE REQUEST] Improve the removed from original folder
option in Auto Uploads
#4357
Closed
11 tasks done
The option
removed from original folder
in auto uploads is potentially destructiveRemoving the local file when worker moves the taken pictures to the scoped storage forces the uploads to work in order not to lose the pictures/videos. If upload fails for X reason and is not recoverable, the file is lost: it is neither in server, nor in local
Some solutions:
Adding a warning when option is clicked:
The pictures/videos taken by the camera will not be available in your device anymore. This could be potentially dangerous in case of failure in the uploads because external reasons
. In that way, problem is not solved but user is warned about the existing perils.Removing the local file only when the upload is finished. Not sure how to control this, unless different kinds of uploads are distinguishable.
Other ideas...
TASKS
uploadFileFromContentUriWorker
andremoveLocalFileWorker
.The text was updated successfully, but these errors were encountered: