Support intro
Sorry to hear you’re facing problems. 
The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.
If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.
Getting help
In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.
Before clicking submit: Please check if your query is already addressed via the following resources:
- Official documentation (searchable and regularly updated)
- How to topics and FAQs
- Forum search
(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. ![]()
The Basics
- Nextcloud Server version (e.g., 29.x.x):
- 31.0.9
- Operating system and version (e.g., Ubuntu 24.04):
ubuntu server 24.04.3
- Web server and version (e.g, Apache 2.4.25):
2.4.65
- Reverse proxy and version _(e.g. nginx 1.27.2)
dont think i have one?
- PHP version (e.g, 8.3):
8.3.26
- Is this the first time you’ve seen this error? (Yes / No):
no
- When did this problem seem to first start?
yesterday evening
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
AIO
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
No, dont think so
Summary of the issue you are facing:
Every time I try to move a file to my external storage I get the error ““Move or copy” failed on some elements”. whenever I try to directly upload the file to the external storage via the web interface i get the error “unknown error during upload”. filesize is irrelevant, always fails. I have Automatic Ripping Machine ripping directly to the external storage drive and thats working fine
Steps to replicate it (hint: details matter!):
-
install via AIO on an ubuntu server system
-
add mounted external storage drives via external storage app
-
attempt to upload file to external drive (error)
-
upload file to main drive
-
attempt to move file to external drive (error)
Log entries
Nextcloud
Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.
{"reqId":"5pcdE2VcIsOK7Cv9XGrq","level":3,"time":"2025-10-25T13:25:51+00:00","remoteAddr":"192.168.0.1","user":"admin","app":"no app in context","method":"PUT","url":"/remote.php/dav/uploads/admin/web-file-upload-3776a6c919f23393/1","message":"Expected filesize of 104857600 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 104849408 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0","version":"31.0.9.1","exception":{"Exception":"Sabre\\DAV\\Exception\\BadRequest","Message":"Expected filesize of 104857600 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 104849408 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.","Code":0,"Trace":[{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","line":116,"function":"put","class":"OCA\\DAV\\Connector\\Sabre\\File","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/apps/dav/lib/Upload/UploadFolder.php","line":28,"function":"createFile","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1098,"function":"createFile","class":"OCA\\DAV\\Upload\\UploadFolder","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":504,"function":"createFile","class":"Sabre\\DAV\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPut","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["method:PUT",[{"__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"/var/www/html/apps/dav/lib/Connector/Sabre/Server.php","line":49,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":401,"function":"start","class":"OCA\\DAV\\Connector\\Sabre\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":21,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":145,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/apps/dav/lib/Connector/Sabre/File.php","Line":257,"message":"Expected filesize of 104857600 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 104849408 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side.","exception":[],"CustomMessage":"Expected filesize of 104857600 bytes but read (from Nextcloud client) and wrote (to Nextcloud storage) 104849408 bytes. Could either be a network problem on the sending side or a problem writing to the storage on the server side."},"id":"68fcddbe5fd82"}
uploading issue:
{"reqId":"3F2dEi3uSkvkO7GI38D5","level":3,"time":"2025-10-24T13:08:14+00:00","remoteAddr":"192.168.0.1","user":"admin","app":"files_external","method":"POST","url":"/apps/files_external/globalstorages","message":"Local storage path does not exist \"/nextcloud/\"","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:141.0) Gecko/20100101 Firefox/141.0","version":"31.0.9.1","exception":{"Exception":"OCP\\Files\\StorageNotAvailableException","Message":"Local storage path does not exist \"/nextcloud/\"","Code":1,"Trace":[{"file":"/var/www/html/apps/files_external/lib/MountConfig.php","line":89,"function":"__construct","class":"OC\\Files\\Storage\\Local","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/apps/files_external/lib/Controller/StoragesController.php","line":225,"function":"getBackendStatus","class":"OCA\\Files_External\\MountConfig","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/apps/files_external/lib/Controller/GlobalStoragesController.php","line":115,"function":"updateStorageStatus","class":"OCA\\Files_External\\Controller\\StoragesController","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":200,"function":"create","class":"OCA\\Files_External\\Controller\\GlobalStoragesController","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files_External\\Controller\\GlobalStoragesController"},"create"]},{"file":"/var/www/html/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Files_External\\Controller\\GlobalStoragesController"},"create"]},{"file":"/var/www/html/lib/private/Route/Router.php","line":315,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Files_External\\Controller\\GlobalStoragesController","create",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"files_external.global_storages.create"}]},{"file":"/var/www/html/lib/base.php","line":1063,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/files_external/globalstorages"]},{"file":"/var/www/html/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/html/lib/private/Files/Storage/Local.php","Line":71,"Hint":"Storage is temporarily not available","message":"Local storage path does not exist \"/nextcloud/\"","exception":[],"CustomMessage":"Local storage path does not exist \"/nextcloud/\""},"id":"68fcddbe6001f"}
Web Browser
If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.
[ERROR] @nextcloud/upload: Failed uploading actuator screw strong 429030(1).3mf
Object { app: "@nextcloud/upload", uid: "admin", level: 2, error: {…}, file: File, upload: {…} }
index.mjs:54:17
log index.mjs:54
error index.mjs:72
i index-DdKmqUaK.mjs:979
add index.js:223
#P index.js:120
add index.js:247
add index.js:217
upload index-DdKmqUaK.mjs:984
<anonymous> index.js:68
i index.js:34
upload index-DdKmqUaK.mjs:837
uploadDirectory index-DdKmqUaK.mjs:811
<anonymous> index.js:68
i index.js:34
uploadDirectory index-DdKmqUaK.mjs:782
batchUpload index-DdKmqUaK.mjs:716
<anonymous> index.js:68
i index.js:34
batchUpload index-DdKmqUaK.mjs:706
onPick index-DdKmqUaK.mjs:1438
VueJS 26
[ERROR] @nextcloud/upload: Error in batch upload
Object { app: "@nextcloud/upload", uid: "admin", level: 2, error: "Failed to upload the file" }
index.mjs:54:17
log index.mjs:54
error index.mjs:72
batchUpload index-DdKmqUaK.mjs:727
<anonymous> index.js:68
i index.js:34
batchUpload index-DdKmqUaK.mjs:706
onPick index-DdKmqUaK.mjs:1438
VueJS 38
setRoot files.ts:90
a pinia.mjs:1399
fetchContent FilesList.vue:377
mounted FilesList.vue:334
VueJS 11
36467 main.ts:32
Webpack 5
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____:
as said above, pretty sure I dont have one
Configuration
Nextcloud
The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):
I couldn't find either, but the php section in system reads
Version: 8.3.26
Memory limit: 512 MB
Max execution time: 3600
Upload max size: 16 GB
OPcache Revalidate Frequency: 60
Extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, hash, iconv, json, mbstring, SPL, session, PDO, pdo_sqlite, bz2, posix, random, readline, Reflection, standard, SimpleXML, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, apcu, bcmath, Phar, exif, ftp, gd, gmp, igbinary, imagick, imap, intl, ldap, memcached, pcntl, pdo_pgsql, pgsql, redis, smbclient, sodium, sysvsem, zip, libsmbclient, Zend OPcache
Apps
The output of occ app:list (if possible).
Activity 4.0.0
brute-force setting 4.0.0
client push 1.2.0
collaborative tags 1.21.1
comments 1.21.0
contacts interaction 1.12.0
dashboard 7.11.0
deleted files 1.21.0
external storage support 1.23.0
federation 1.21.0
file reminders 1.4.0
file sharing 1.23.1
files download limit 4.0.0
first run wizard 4.0.0
log reader 4.0.0
monitoring 3.0.0
nextcloud all-in-one 0.8.0
nextcloud office 8.7.6
nextcloud announcements 3.0.0
nextcloud webhook support 1.2.0
notification 4.0.0
pdf viewer 4.0.0
password policy 3.0.0
photos 4.0.0
privacy 3.0.0
recommendations 4.0.0
related resources 2.0.0
share by mail 1.21.0
support 3.0.0
talk 21.1.5
teams 31.0.0
text 5.0.0
update notification 1.21.0
usage survey 3.0.0
user status 1.11.0
versions 1.24.0
weather status 1.11.0
whiteboard 1.4.0
Tips for increasing the likelihood of a response
- Use the
preformatted textformatting option in the editor for all log entries and configuration output. - If screenshots are useful, feel free to include them.
- If possible, also include key error output in text form so it can be searched for.
- Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.

