Unable to upload a CityGML with 500k texture files

Hello,

How can I upload a CityGML file with a folder of 500k texture files?
Drag and drop the 500k files in the browser is unthinkable.
Using the API to upload each file is extremely slow (it would take days).
Cannot zip more than 65,535 files.
I tried to split 50k files per zip and upload like file.gml along with textures/01.zip textures/02.zip textures/03.zip and so on, but it does not work.

Thanks.

Hi

You can check if you have access to Zip 64. That should allow you to create larger zip files.

Shehzan