Hello, I split my file with 60MB size. But I get this error "Too_large"
Hi @Rephoto,
Are you sure about what size of data you are trying to upload in total? That error means that you have reached buffer size 350GB or so! As seems you are going to get above the absolute file size limit. Do you by any chance have some infinite loop, you got in, that broke by the error /exception only? 🧐
Thanks @Здравко , I only get an error when uploading this file with a size of 2.6GB
Ok... Let I ask in another way.. How many times you have this file uploaded in this same upload session?
Post the code you're using.
Well, here is my code used for uploading
@Rephoto While the API supports uploading up to 350 GB for a file, it sounds like there's an issue in that code causing it to try to upload too much data for the 2.6 GB file. I suggest printing out the offset from the cursor before each append call to begin to debug this.