Hello, is there a way to call an appwrite function if a given storage bucket changed? Like if a file was added or removed to that bucket.
I found function events and it looks like it does what I want. But what I can't find in the docs yet, how to get the id of the bucket that was changed when the function is called.
[SOLVED] I got it. The data is in the req.body.
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...