nextcloud / android

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

Storage path partically ignored #11023

Open intervisionlord opened 1 year ago

intervisionlord commented 1 year ago

⚠️ Before posting ⚠️

Steps to reproduce

  1. Change storage path to SD card
  2. Go to desired folder (e. g. >1Gb )
  3. Use 'Sync' function
  4. Wait for synchronization
  5. Check SD card
  6. Discover that it have only part of desired files
  7. Go to chek Internal storage
  8. Discover that it have another part of desired files

Expected behaviour

All files should be in directory wich was set as storage path.

Actual behaviour

It was described in #8487 but was closed for some reason. I have this structure on my server (for example)

After synchronization i have somthing like this on my phone: Internal storage:

SD Card

Android version

10 QP1A.190711.020

Device brand and model

Redmi Note 9T

Stock or custom OS?

Stock

Nextcloud android app version

3.22.3

Nextcloud server version

24.0.6

Using a reverse proxy?

No

Android logs

No response

Server error logs

No response

Additional information

No response

joshtrichards commented 1 year ago

Was there existing data before you changed the storage location? If so, might have been migration related.

In the other issue, from the sounds of it, the matter went away after they cleared their local (the app's) data repository. They had previously had files around that they'd removed manually (outside the app) so the app's filecache db would have still had old references around for files that no longer existed at their original location.