Hello,
When a huge file (300GiB+) is uploaded using the upload_session API an "Error 500 Internal Server Error" is received when the last part is uploaded (/upload_session/append with close set).
I retry the request but an Error 500 raises again and again. Sometimes, after more than 1 hour retrying the file uploads successfully.
I am using session_type sequential. The same code for smaller files (10GiB) works perfectly.
Are you aware of the problem? Is there any workaround?