Closed
Description
I'm working on an application in Go that uploads files to the B2 service. I'm getting an "Internal Error"-500 response when attempting to do an upload. I am able to modify the code so that this does not occur, but it isn't ideal. I’m already re-attempting upload upon receiving a 500 response; however, this error remains despite the retries. I created a simple test API server in Go and was able to receive the same request/file with no issues.
I'm wondering if you're able to provide me some insight as to why these requests are getting an error response.