Having problems when I copy large folders with lots of file and folders in it by web interface/WebDav

[details=“Support intro”]
this is the error i get when i try to copy large files to the server using the web interface. its only alowing me to copy 450gb of the file. a little more then half the file. then it stops uploading.

[PHP] Error: Error: exif_read_data(): File not supported at /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php#59 at <>

  1. <>
    OC\Log\ErrorHandler::onError()
  2. /var/www/nextcloud/lib/private/Metadata/Provider/ExifProvider.php line 59
    exif_read_data()
  3. /var/www/nextcloud/lib/private/Metadata/MetadataManager.php line 68
    OC\Metadata\Provider\ExifProvider->execute()
  4. /var/www/nextcloud/lib/private/Metadata/FileEventListener.php line 101
    OC\Metadata\MetadataManager->generateMetadata()
  5. /var/www/nextcloud/lib/private/EventDispatcher/ServiceEventListener.php line 87
    OC\Metadata\FileEventListener->handle()
  6. /var/www/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php line 251
    OC\EventDispatcher\ServiceEventListener->__invoke()
  7. /var/www/nextcloud/3rdparty/symfony/event-dispatcher/EventDispatcher.php line 73
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
  8. /var/www/nextcloud/lib/private/EventDispatcher/EventDispatcher.php line 88
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
  9. /var/www/nextcloud/lib/private/EventDispatcher/EventDispatcher.php line 100
    OC\EventDispatcher\EventDispatcher->dispatch()
  10. /var/www/nextcloud/lib/private/Files/Node/HookConnector.php line 118
    OC\EventDispatcher\EventDispatcher->dispatchTyped()
  11. /var/www/nextcloud/lib/private/legacy/OC_Hook.php line 106
    OC\Files\Node\HookConnector->postWrite()
  12. /var/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php line 471
    OC_Hook::emit()
  13. /var/www/nextcloud/apps/dav/lib/Connector/Sabre/File.php line 398
    OCA\DAV\Connector\Sabre\File->emitPostHooks()
  14. /var/www/nextcloud/apps/dav/lib/Connector/Sabre/Directory.php line 151
    OCA\DAV\Connector\Sabre\File->put()
  15. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 1098
    OCA\DAV\Connector\Sabre\Directory->createFile()
  16. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/CorePlugin.php line 504
    Sabre\DAV\Server->createFile()
  17. /var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php line 89
    Sabre\DAV\CorePlugin->httpPut()
  18. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 472
    Sabre\DAV\Server->emit()
  19. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 253
    Sabre\DAV\Server->invokeMethod()
  20. /var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php line 321
    Sabre\DAV\Server->start()
  21. /var/www/nextcloud/apps/dav/appinfo/v1/webdav.php line 85
    Sabre\DAV\Server->exec()
  22. /var/www/nextcloud/remote.php line 171
    require_once(“/var/www/nextcl … p”)

PUT /remote.php/webdav/4TB%20DRIVE/4TB%20DRIVE/SOUTHCOAST/DRIVE%20C/Program%20Files/Dell/Dell%20Data%20Protection/Access/Help/NO/Skin/Images/RatingBlue100.gif
from 192.168.1.1 by josh at 2023-01-17T00:14:31+00:00

I don’t suppose that’s a typo…? What file is nearly a terabyte?

no its not a typo. the file is a tib file. a complete backup of a system. and the file has several of the tib files in it.

Do you put a gif with 450 GB?

The exif error should only appear on images or data where it tries to extract some meta-information.

For such large files, I’d try to copy with webdav directly as well if there are problems as well (e.g. winscp or similar for windows). If that already creates issues, then it’s probably easier to reproduce and debug than the whole interface…

this error is from when i am using the webdav

Do you use the metadata app?

And I found reports with similar error logs:
https://github.com/nextcloud/server/issues/34958

yes i have the metadata app. i already asked them about this problem. and they said its not the app causing this problem.

i have even been on git hub and reported it as a bug but the guy said he was to busy to help me with the problem to come here. but i was already here trying to get help as well

I just changed the max execution time in the php.ini. it was set to 3600 now I have it at 10000. i will let you know if this works

That didn’t work. how do I get ahold of the dev team I’m at the point where I will just start coding up my own nextcloud lol