I'm running into a new error in the past few days, all uploads to my GCP bucket are throwing this error below.
I've tried reinstalling, tried setting the header in the CloudBerry upload rules (set to zero or 1, etc), nothing seems to work. Google support doesn't see any issues, and the same service account works on other servers and my laptop.
Only thought it a new .NET security patch possibly broke it, which my other servers haven't installed yet.
CloudBerryLab.Base.Exceptions.ClientLibException: Invalid header 'Content-Length' value '-1' (The Content-Length value must be greater than or equal to zero.
Parameter name: value) ---> System.ArgumentOutOfRangeException: The Content-Length value must be greater than or equal to zero.
Parameter name: value
at System.Net.HttpWebRequest.set_ContentLength(Int64 value)
at It.A(iL , Io , Uri , Action`1 )
--- End of inner exception stack trace ---
at It.A(iL , Io , Uri , Action`1 )
at Im.a(Io , Uri , Action`1 )
at vK.A(iL , RequestStyle , String , String , String , String , hj , Fn`1 , Boolean , Boolean , kr )
at vK.A(RequestStyle , String , String , String , String , hj , Fn`1 , Boolean , Boolean , kr )
at vK.A(RequestStyle , String , String , String , String , hj , Stream , Boolean , kr )
at vK.A(RequestStyle , String , String , hj , Fn`1 , Boolean , kr )
at Vr.a(String , String , hj , Fn`1 , Boolean , Int64 , kr )
at uz.A(Stream , Int64 , kr , EncryptionSettings , Boolean , UE )
at uz.FH(Stream , DateTime , mB )
at Cw.OperationRun()
at Bh.G()
at mC.by()