B4J Question upload file to S3 bucket Error - The request body was too small

juventino883

Member
Licensed User
Longtime User
Hi, I'm having some issues uploading files to a S3 bucketc from Backblaze, I'am using an adaptation of the code writen by @JackKirk on this thread https://www.b4x.com/android/forum/threads/amazon-web-services-s3-v4-signature-calculator.81006/ (post#3) and the software was working well for several years, but this friday one of my users reported that he was unable to upload files, so I checked the logs and I'm getting this error:

ResponseError. Reason: , Response: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Error>
<Code>InvalidRequest</Code>
<Message>The request body was too small</Message>
</Error>

Since I haven't made any changes to the code (and it was working), I'm thinking that maybe there could be changes on how to upload files to an S3 bucket? or with Backblaze service?

Is there someone that encountered that same error message before?

Any help you can give me will be greatly appreciated. Thanks in advance.
 
Top