nextcloud / android

📱 Nextcloud Android app
https://play.google.com/store/apps/details?id=com.nextcloud.client
GNU General Public License v2.0
4.18k stars 1.75k forks source link

Make "delay" auto uploading #2922

Closed wawont closed 9 months ago

wawont commented 6 years ago

Configure photo synchronization. It would be nice if the option to delete after uploading to the server had a delay setting. Those. the removal of photos occurred not immediately, but after a specified period of time. During this time, you can use them in social networks and other things. Thanks!

nextcloud-android-bot commented 6 years ago

GitMate.io thinks possibly related issues are https://github.com/nextcloud/android/issues/2323 (RFE: Allow setting a delay before auto upload), https://github.com/nextcloud/android/issues/790 (Remove Auto upload), https://github.com/nextcloud/android/issues/786 (Camera auto upload has a significant delay before actually uploading ("Waiting to upload")), https://github.com/nextcloud/android/issues/1167 (delayed removal of auto-uploaded files after certain time #enhancement), and https://github.com/nextcloud/android/issues/2505 (tmp folder is filled by auto upload).

wawont commented 6 years ago

Good.

AndyScherzinger commented 6 years ago

basically a duplicate of #1167 which we closed as-in rejected.

What do you think @tobiasKaminsky @mario ? :-1: I still vote to not go down this road. It add major complexity for an edge case where I think one needs to decide for "delete" or "keep and share with manual housekeeping" while I am aware that this will make some users sad since they'd like the app to take care of that but for me this is not wihtin scope of a files app.

apapenko commented 4 years ago

@AndyScherzinger such cleanup feature is available in Google Photos, I switched from Google Photos to NextCloud and I'd like to see this happen. Is it possible to develop at least a brute-force solution where we'd walk entire file-system and check file-by-file if it's uploaded? Something what's currently done with "Also upload existing files"?

AndyScherzinger commented 4 years ago

@apapenko can you tell me where to find this in Google Photos? The tree walker to check if uploaded to the server would technically be possible, sure, while I think it is not a priority by the other devs like @tobiasKaminsky @ezaquarii @ArisuOngaku @JorisBodin @Shagequi (while I myself don't have much time in general atm).

joshtrichards commented 9 months ago

Duplicate of #2323