harshil1712
CDCloudflare Developers
•Created by Pascal on 1/21/2025 in #general-help
Help with Laravel R2 Integration - "Header 'x-amz-checksum-crc32' Not Implemented"
Hey, this is caused due to the recent change in the AWS SDKs. You can find a solution here: https://developers.cloudflare.com/r2/examples/aws/aws-sdk-php/
2 replies
CDCloudflare Developers
•Created by Rubi on 1/17/2025 in #r2
got an error
yes, I tested it myself. If you really need checksum, you might have to wait for the implementation? I am sorry, but I don't have the correct answer for you.
6 replies
CDCloudflare Developers
•Created by Rubi on 1/17/2025 in #r2
got an error
Yeah, for CopyObject it seems like you don't have to do anything with the checksum.
6 replies
CDCloudflare Developers
•Created by Rubi on 1/17/2025 in #r2
got an error
Can you share the exact code? It works for me, so not sure why it won't work for you
6 replies
CDCloudflare Developers
•Created by filiptibell on 1/11/2025 in #r2
So, after some thought and thorough
Thank you for the feedback. This is really helpful. What I have done for now is created an issue on GitHub to make sure this doesn't get lost. In the coming weeks, I'll work on this and try to make it better. Here's the GitHub issue link: https://github.com/cloudflare/cloudflare-docs/issues/19190
3 replies
CDCloudflare Developers
•Created by karenr on 1/11/2025 in #general-help
What authentication do you use when you’re using cloudflare d1?
Hey, with D1 you can simply use any auth lib/provider and connect it. You have the flexibility to select which auth lib/provider you want to use. I have a very basic example in Remix: https://github.com/harshil1712/remix-d1-auth-template
2 replies
CDCloudflare Developers
•Created by Viacheslav on 1/12/2025 in #general-help
Fantastic huge time to load data to Cludflare D1 - thousands of seconds.
?crossposting
3 replies
CDCloudflare Developers
•Created by filiptibell on 1/11/2025 in #r2
So, after some thought and thorough
Hey, the Presigned URL docs do mention authentication and has a code block that shows
accessKeyId
and secretAccessKey
. Using Worker with bindings is mentioned as an alternative. It would help if you can share the exact part of the docs that was confusing.
Moreover, the examples are provided as a starting place. Their purpose is to show how do something in the most basic fashion.3 replies
CDCloudflare Developers
•Created by jacky on 1/9/2025 in #queues
guys i got over an hour of consumer
Hey Jacky, can you confirm that the
max_concurrency
in the wrangler.toml
file is not set to 2?6 replies
CDCloudflare Developers
•Created by Jagdish on 1/5/2025 in #general-help
I need help with Unity C# + pages + Database
Hey, I am not a unity developer but I can try answering your questions.
You might want to find a solution for CORS, it is a bit tricky to work with it. I am not sure if Google Drive allows you to set a URL that can access the files.
To store the data in any of the database products from Cloudflare, you need to check what kind of data you are have, is it key-value, tabular, etc. Based on that you can select the appropriate service.
If you want to store and access the txt files, you can use R2 to upload the whole file. We already have documentation on how to use any of these services
3 replies
CDCloudflare Developers
•Created by Akash Gupta on 1/6/2025 in #general-help
R2 Help
Is the problem resolved? Can you please open a separate thread?
5 replies