internxt / cli

30 stars 6 forks source link

⚠ Error: Missing Etag in response when uploading file #126

Open jdeus opened 1 week ago

jdeus commented 1 week ago

Hello,

I'm facing major issues when uploading files (~5GB) using the cli, in the form of "Missing ETag in response when uploading file" :

` Preparing Network... done ✓

Uploading file [======================================--] 94%[REPORTED_ERROR]: Missing Etag in response when uploading file Properties => { "command": "upload" }

Stack => Error: Missing Etag in response when uploading file at UploadService.uploadFile (/usr/local/lib/node_modules/@internxt/cli/dist/services/network/upload.service.js:19:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async uploadFile (/usr/local/lib/node_modules/@internxt/cli/dist/services/network/network-facade.service.js:114:13) ⚠ Error: Missing Etag in response when uploading file `

larryrider commented 6 days ago

Hello,

I'm facing major issues when uploading files (~5GB) using the cli, in the form of "Missing ETag in response when uploading file" :

` Preparing Network... done ✓

Uploading file [======================================--] 94%[REPORTED_ERROR]: Missing Etag in response when uploading file Properties => { "command": "upload" }

Stack => Error: Missing Etag in response when uploading file at UploadService.uploadFile (/usr/local/lib/node_modules/@internxt/cli/dist/services/network/upload.service.js:19:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async uploadFile (/usr/local/lib/node_modules/@internxt/cli/dist/services/network/network-facade.service.js:114:13) ⚠ Error: Missing Etag in response when uploading file `

Hey! This is probably because we currently have a 5GB limit. https://github.com/internxt/cli?tab=readme-ov-file#current-limitations

ne0ark commented 2 days ago

Wonder why the limit is so low.

jdeus commented 1 day ago

Same question

sg-gs commented 1 day ago

Hey @jdeus @ne0ark we have not implemented multipart uploads here so our cloud provider limits us on that matter (single-chunk upload). Would you like to have that limit increased?

ne0ark commented 1 day ago

Hey @jdeus @ne0ark we have not implemented multipart uploads here so our cloud provider limits us on that matter (single-chunk upload). Would you like to have that limit increased?

Yes, auto multipart upload would make life so much better. The 5 GB limit is too low. Is there a way to increase the limit to 40 or 50 GB per file? Zip/Rar archives then to be larger.