You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a zip file of 9GB containing multiple files and attachments. I am using the stream/buffer method returned in the file object by the open method. I able to stream the files which is having offsetToLocalFileHeader < 4294967295. Once it reaches this offset, all the files after that have an offsetToLocalFileHeader set to null and it is not able to read the file buffer after this point
I have a zip file of 9GB containing multiple files and attachments. I am using the stream/buffer method returned in the file object by the open method. I able to stream the files which is having
offsetToLocalFileHeader < 4294967295
. Once it reaches this offset, all the files after that have anoffsetToLocalFileHeader set to null
and it is not able to read the file buffer after this pointThe text was updated successfully, but these errors were encountered: