Video upload to cloudflare R2 bucket from Android Studio Kotlin
Hey Guys
I am trying to build an app that uploads video to specific R2 bucket in using kotlin in Android Studio. I am facing several issues so if anyone has the dummy code for it, that would be a great help
Currently, I am facing issue with date. When I try to upload, it says format is incorrect
<?xml version="1.0" encoding="UTF-8"?><Error><Code>InvalidArgument</Code><Message>Invalid Argument: Date provided in 'x-amz-date' header (2024-06-20T05:51:32Z) didn't parse successfully</Message></Error>
Any help will be much appreciated. Thank You
0 Replies