nextcloud / nextcloud/android

Auto upload size 0 kb files

Open
#16,426 3 comments 2 reactions 1 assignee Claimed by @alperozturk96 View on GitHub
bug feature: auto upload
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

Enable auto upload for camera folder
Take some photos
Some auto uploaded files have size 0

### Expected behaviour

Auto upload should upload the correct image or just fail and ask to retry or retry automatically

### Actual behaviour

I am using the auto upload function of the android app for my photos and since about a 1-2 weeks ago I started noticing grey images in immich. After checking, the original photos from nextcloud were affected but immich couldn't do so since the folder is binded as read-only inside docker.
As I also use the auto delete function after upload, the affected photos are lost but fortunately the lost photos were not so important.
I was expecting yesterday a corruption and I took a screenshot of the gallery to know how many files to expect and I had 3 videos and 7 photos and after the auto upload, 2 of the 7 photos got corrupted as size 0 but the 3 videos were ok.
I tried to debug the server logs of nextcloud as well as of apache but while apache logs did have some 500 errors in them, they weren't logged in nextcloud at all and I do have logs enabled for nextcloud.
I tried to debug the server as I was expecting to have problems due to Snapraid + Mergerfs config that I use or some disks failing but everything looks fine server side so i started to doubt the android app having some problems and found some other users reporting size 0 for uploaded files in #16332 .

Below are the steps I've already tried while debugging with AI all the possible problems. I've asked it to create a resume of what I've tried:

1. Verified filesystem upload paths
Checked uploads directory:
ls -lah data/tzxmaster/uploads/
Result: directory exists but is empty
→ indicates chunked uploads are cleaned up or failing before persistence

2. Checked file cache database state
Ran:
SHOW TABLE STATUS WHERE Name='oc_filecache';
Result:
~2,099,539 rows
Update_time: 2026-01-31 22:14:48
No signs of corruption or stalled cleanup

3. Ran Nextcloud file cleanup
Executed:
occ files:cleanup
Result:
0 orphaned file cache entries deleted
0 orphaned file cache extended entries deleted
0 orphaned mount entries deleted
Conclusion: file cache consistent

4. Verified PHP & PHP-FPM environment
PHP 8.1.18
Memory limit: 8192 MB
Max execution time: 3600s
Upload max size: 256 GB
PHP-FPM pool status:
48 total processes
No max-children reached
No slow requests
Conclusion: no resource exhaustion

5. Analyzed Apache access logs for the failing upload
Observed exact request sequence for the same file:
HEAD /remote.php/dav/files/...jpg → 200
PROPFIND /remote.php/dav/files/...jpg → 207
PUT /remote.php/dav/files/...jpg → 500
Example failing request:
"PUT /remote.php/dav/files/adi/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg HTTP/1.1" 500 User-Agent: Nextcloud-android/3.35.2

6. Checked Apache error logs
Searched exact timestamp of the 500 error:
grep "21:06:55" /var/log/apache2/error.log
Result: no matching entries
Conclusion: error is not generated by Apache itself

7. Checked Nextcloud application logs
Searched for file name:
grep 164927053 nextcloud.log
Findings:
Preview generation works:
Requesting preview for /adi/files/...jpg
WebDAV access works later:
GET /remote.php/dav/files/...jpg → 200

Repeated warnings:
The app config key files/watermark_enabled is not defined
The user config key files/quota is not defined
Multiple container deprecation warnings:
OCP\IServerContainer is deprecated
Not found:
No level:3 (error) or level:4 (fatal)
No exception or stack trace for the failing PUT

Key conclusions so far
HTTP 500 happens only on WebDAV PUT
Apache and PHP-FPM show no errors
Nextcloud logs show no error-level entries for the failing request
Storage, DB, and cache appear consistent
Indicates a silent internal Nextcloud failure during upload handling

### Android version

11

### Device brand and model

Pixel 4

### Stock or custom OS?

Custom (explain in "additional information")

### Nextcloud android app version

3.35.2

### Nextcloud server version

32.0.5

### Using a reverse proxy?

Yes

### Android logs

_No response_

### Server error logs

```bash
{"reqId":"A1HOmwVHWmKvBqcWSfel","level":0,"time":"2026-01-31T20:07:56+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/index.php/core/preview?fileId=5901932&x=32&y=32&mimeFallback=true&v=51b059&a=1","scriptName":"/index.php","message":"Requesting preview for /tzxmaster/files/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg with width=32, height=32, crop=false, mode=fill, mimeType=null","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"OdW5qdNYOyRYA6fJqNbT","level":0,"time":"2026-01-31T20:13:47+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/index.php/core/preview?forceIcon=0&a=0&x=250&y=250&c=51b059dfc885716e58587656108f3157&fileId=5901932","scriptName":"/index.php","message":"Requesting preview for /tzxmaster/files/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg with width=250, height=250, crop=true, mode=fill, mimeType=null","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"RUvpPtUQtJ9MsVX0LSn1","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"--","app":"serverDI","method":"PROPFIND","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"RUvpPtUQtJ9MsVX0LSn1","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"--","app":"serverDI","method":"PROPFIND","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"RUvpPtUQtJ9MsVX0LSn1","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"--","app":"serverDI","method":"PROPFIND","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"RUvpPtUQtJ9MsVX0LSn1","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"PROPFIND","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"RUvpPtUQtJ9MsVX0LSn1","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"PROPFIND","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"RUvpPtUQtJ9MsVX0LSn1","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"PROPFIND","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"RUvpPtUQtJ9MsVX0LSn1","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"dav","method":"PROPFIND","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\AppFramework\\IAppContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"dav"}}
{"reqId":"RUvpPtUQtJ9MsVX0LSn1","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"dav","method":"PROPFIND","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\AppFramework\\IAppContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"dav"}}
{"reqId":"RUvpPtUQtJ9MsVX0LSn1","level":1,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"PROPFIND","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The app config key files/watermark_enabled is not defined in the config lexicon","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"RUvpPtUQtJ9MsVX0LSn1","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"PROPFIND","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"TFQC1IQL5WrkHjTo9FOp","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/index.php/core/preview?fileId=5901932&x=1680&y=1050&a=true&etag=51b059dfc885716e58587656108f3157","scriptName":"/index.php","message":"Requesting preview for /tzxmaster/files/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg with width=1680, height=1050, crop=false, mode=fill, mimeType=null","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"--","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"--","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"--","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"dav","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\AppFramework\\IAppContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"dav"}}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"dav","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\AppFramework\\IAppContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"dav"}}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":1,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The app config key files/watermark_enabled is not defined in the config lexicon","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":0,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":1,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The user config key files/quota is not defined in the config lexicon","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":1,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The app config key files/default_quota is not defined in the config lexicon","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"4V7g5sPSkNDbo59TZr5I","level":1,"time":"2026-01-31T20:14:11+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The app config key files/allow_unlimited_quota is not defined in the config lexicon","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":0,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"--","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":0,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"--","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":0,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"--","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":0,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":0,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":0,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":0,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"dav","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\AppFramework\\IAppContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"dav"}}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":0,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"dav","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\AppFramework\\IAppContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"dav"}}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":1,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The app config key files/watermark_enabled is not defined in the config lexicon","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":0,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"serverDI","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The requested alias \"OCP\\IServerContainer\" is deprecated. Please request \"Psr\\Container\\ContainerInterface\" directly. This alias will be removed in a future Nextcloud version.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":{"app":"serverDI"}}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":1,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The user config key files/quota is not defined in the config lexicon","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":1,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The app config key files/default_quota is not defined in the config lexicon","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
{"reqId":"BIYstC9U0kgHXrP1BZ1M","level":1,"time":"2026-01-31T20:14:20+00:00","remoteAddr":"xxx.xxx.xxx.xxx","user":"tzxmaster","app":"no app in context","method":"GET","url":"/remote.php/dav/files/tzxmaster/InstantUpload/Camera/2026/01/PXL_20260131_164927053.MP.jpg","scriptName":"/remote.php","message":"The app config key files/allow_unlimited_quota is not defined in the config lexicon","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36","version":"32.0.5.0","data":[]}
```

### Additional information

_No response_

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.