Cloudflare R2 403 Error with Working Token
403 Authentication Error I have been trying to use Rclone to store all important encrypted data in cloudflare’s R2 object storage. But after following the configuration guide and trying the command rclone sync /path/to/file r2:backup. I kept getting 403 authentication errors. The interesting part is that not all the file gets these error; Some of the file uploaded successfully. At first, I thought that my computer’s time might be out of sync, but after checking, I found that this was not the problem. After searching for potential issues. I came across the post that suggested that the problem could be related to the file name/path, timestamps, and other factor that is effecting the authentication process. So I decide to change my file name from Chinese to English and this fixed the problem bothering me for 2 days. ...