harshil1712
CDCloudflare Developers
•Created by GoodGoodMan on 11/4/2024 in #pubsub-beta
@harshil1712 Hello, I'm sorry to tag you
Hey, I got a response back from the team. Currently, we are not accepting new folks.
1 replies
CDCloudflare Developers
•Created by MD AMIR SOHAIL on 10/24/2024 in #general-help
I am using R2 to upload images, But uploaded images not available in bucket
I am assuming that you are running this locally right now? On local environment, the Workers API will upload the file to local R2. Hence, you won't see it on the dashboard. If you try uploading from the deployed, your app will be available in the R2 bucket
2 replies
CDCloudflare Developers
•Created by averwhy on 10/23/2024 in #general-help
R2 throws 403 when loading an image on dev site
Hey, we need more information to understand the issue. How are you fetching the images? What CORS policy have you setup?
18 replies
CDCloudflare Developers
•Created by dangoldin on 10/22/2024 in #queues
Hopefully a quick question - I'm doing
I am not sure if there should be anything present in the
.wrangler
directory. However, if you want to test queues locally, you would have to have the Producer and Consumer in the same worker.
https://developers.cloudflare.com/queues/configuration/local-development/#known-issues2 replies
CDCloudflare Developers
•Created by dragon on 10/21/2024 in #general-help
How do i work with an API(r2 Bucket)
Object storage doesn't have a directory structure. You can have files with name
folder1/folder2/file.png
. On the R2 dashboard you can view them as directories, however, they don't function as directories. The file just gets named like that104 replies
CDCloudflare Developers
•Created by Rihan on 10/21/2024 in #d1-database
I'm trying to run multiple SQL
That looks like a bug. Can you share what error message you get?
11 replies
CDCloudflare Developers
•Created by dragon on 10/21/2024 in #general-help
How do i work with an API(r2 Bucket)
I guess it is working 👀
104 replies
CDCloudflare Developers
•Created by dragon on 10/21/2024 in #general-help
How do i work with an API(r2 Bucket)
You are not using the correct URL. The docs that I linked specify the URL for R2.
104 replies
CDCloudflare Developers
•Created by dragon on 10/21/2024 in #general-help
How do i work with an API(r2 Bucket)
Hey! Let's break this into steps.
1. Can you let me know how are you building your application? Are you using Workers to build the bot?
2. If you want to do Upload/Download via an API - check the S3 API docs (https://developers.cloudflare.com/r2/api/s3/api/). This would be a good place to start
104 replies
CDCloudflare Developers
•Created by yuvraj on 8/21/2024 in #general-help
Metadata not being inserted - R2 Presigned URLs
Here's the repo: https://github.com/harshil1712/r2-pre-signed-upload-metadata
18 replies
CDCloudflare Developers
•Created by yuvraj on 8/21/2024 in #general-help
Metadata not being inserted - R2 Presigned URLs
Alright, so I got something working. I'll upload the code on GitHub soon, but here's what you want to do:
Replace
METADATA
with your metadata key.18 replies
CDCloudflare Developers
•Created by yuvraj on 8/21/2024 in #general-help
Metadata not being inserted - R2 Presigned URLs
I learned that it has to do with the AWS SDK. Some of these SDKs don't work well enough to add Metadata.
18 replies
CDCloudflare Developers
•Created by manubier on 10/11/2024 in #general-help
Seeking Best Practices for Using Drizzle ORM with D1, Especially for Migrations
Just to make sure I understand the fix, you removed the comments and it worked remotely? Also, with the comments it was working locally?
5 replies
CDCloudflare Developers
•Created by Sato on 10/15/2024 in #general-help
Is there a way to re-build faster with `wrangler pages dev`?
Hey, can you share some more details? Like any framework you are using or is it just vanilla HTML?
2 replies
CDCloudflare Developers
•Created by Sam on 10/13/2024 in #queues
🐛 BUG: `wrangler dev --remote` fails wi...
I am assuming that you are using Workers API for R2. If that's the case, you might want to use the S3 API to always upload to the remote.
4 replies
CDCloudflare Developers
•Created by nejc on 10/8/2024 in #d1-database
hi all. I am using import API for D1
Not 100% sure, but this might be the case: https://arc.net/l/quote/yerilmeg
1 replies