video.save returns an upload_url that negotiates ALPN = HTTP/1.1.
The SDK’s okhttp/FileFullRequestBody unconditionally returns isDuplex=true (meant for HTTP/2).
When uploading to that URL, OkHttp rejects duplex over HTTP/1.1 and throws:
java.net.ProtocolException: Duplex connections are not supported for HTTP/1