nextcloud / nextcloud/android

Auto upload: unwanted duplicate

Open
#11,755 7 comments 3 reactions 0 assignees View on GitHub
bug feature: auto upload hotspot: looping/duplicates
Dominant language
Kotlin
Stars
5.6k
Forks
2k
Avg merge
2d 18h
Merged PRs (30d)
92

Description

### ⚠️ Before posting ⚠️

- [X] This is a **bug**, not a question or an enhancement.
- [X] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate.
- [X] I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
- [X] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).

### Steps to reproduce

1. Configure Camera folder `LocalA` to be auto uploaded with Year/Month structure to `RemoteA` folder
2. Configure another, diffferent folder, e.g. `LocalB`, to be uploaded into a different folder from Camera folder `RemoteB` also with `YEAR/MONTH` structure

### Expected behaviour

Images from `LocalA` are uploaded to `RemoteA/YEAR/MONTH`

Images from `LocalB` are uploaded to `RemoteB/YEAR/MONTH`

### Actual behaviour

Images from `LocalA` are uploaded to `RemoteA/YEAR/MONTH`

Images from `LocalB` are uploaded to `RemoteB/YEAR/MONTH`
_AND_
to `RemoteA/YEAR/MONTH/RemoteB/`

### Android version

13

### Device brand and model

Google Pixel 7 Pro

### Stock or custom OS?

Custom (explain in "additional information")

### Nextcloud android app version

3.25.0

### Nextcloud server version

26.0.2

### Using a reverse proxy?

No

### Android logs

_No response_

### Server error logs

```bash
There are none
```

### Additional information

- Android Custom: GrapheneOS
- Why didn't upload logs: don't know how to run logcat on Android

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.