Knowledge Base


Knowledge Base / XFilesharing Pro / Troubleshooting

Cloudflare R2 uploads not working

04/09/2025 06:12 PM
Question

Answer

Go to your bucket settings and apply the following CORS policy:

[
  {
    "AllowedOrigins": [
      "*"
    ],
    "AllowedMethods": [
      "GET",
      "PUT"
    ],
    "AllowedHeaders": [
      "*"
    ]
  }
]