I'm trying to use Box chunked-upload API from Google Apps Script for a big file (>50MB). I could create session and uploaded part files, but I got stuck to commit upload.
This API requires "Digest" header mandatorily, but I cannot compute the digest of the file since it's more than 50MB. Google Apps Script can handle files (blob) smaller than 50MB.
I've been asking Google support and Box support (case) if there is any way to compute SHA-1 of a big file (>50MB) in Google Apps Script, but there was no hope.
So I'd like to ask you all if there's any similar case or other way to upload a big file to Box by using Google Apps Script.
For example, if I can somehow omit the "digest" header at my own risk, the problem is solved.
Question
Is there any way to upload a big file (>50MB) to Box by using Google Apps Script?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
