Skip to content

Auto upload conflict detection not working correctly #16049

@dataprolet

Description

@dataprolet

⚠️ Before posting ⚠️

  • This is a bug, not a question or an enhancement.
  • I've searched for similar issues and didn't find a duplicate.
  • I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
  • I agree to follow Nextcloud's Code of Conduct.

Steps to reproduce

  1. Enable auto upload on any folder
  2. Set to "Skip uploading" if file exists
  3. Get notification "Upload failed Conflict" even though the file does not exist

Or

  1. Set to "Rename new version" if file exists
  2. File gets renamed indefinitely ("$file", "$file (2)", "$file (2) (2)", ...)

Expected behaviour

The app should either detect that the file does not exist and upload it or detect that the file already exists and do nothing if set to "Skip uploading". If set to "Rename new version" it shoul detect, that the file already exists and rename it once, then stop.

Actual behaviour

The app doesn't seem to correctly detect if a file conflict occurs. If the file does not exist it still detects a non-existing conflict.

Android version

16

Device brand and model

Google Pixel 7a

Stock or custom OS?

Custom (explain in "additional information")

Nextcloud android app version

3.34.1

Nextcloud server version

31.0.10

Using a reverse proxy?

Yes

Android logs

Nextcloud log afc001edf3d7.txt

Server error logs

Additional information

Using GrapheneOS Build 2025112101.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions