Thanks for the great app. It works great for keeping remote family members updated on what we're up to.
Recently I've run into an issue where I've been starting to see the failure in the picture attached. This happens for all photos and multiple devices (multiple phones and tablets, running multiple versions of Android). I don't have a definitive date for when this started, but it roughly aligns with a NextCloud update from v27 to v28. I've now further upgraded to NextCloud v29 and the issue persists. I have multiple other client apps connecting to NextCloud and none are affected.
NextCloud shows no error logs. The one oddity is the HTTP path that is used to access the files. From the Apache logs:
* Working example (other client):
```
xxx.xxx.xxx.xxx - - [12/Aug/2024:10:13:00 +0000] "GET /remote.php/dav/files/<USER>/<FILENAME_PATH>.jpg HTTP/1.1" 200 86776
```
* Non-working example (PhotoCloud Frame Slideshow):
```
xxx.xxx.xxx.xxx - - [12/Aug/2024:11:54:54 +0000] "GET /remote.php/webdav/<FILENAME_PATH>.jpg/ HTTP/1.1" 200 5458143
```
Let me know if I can provide any other information or can debug this further.
Thanks,
Valentin