Trying to trigger a python function when a new file is created in a bucket called 'recordings'. The most relevant option in the function settings is shown in the attached image. How can I specify which specific bucket would trigger the event?, something like this:
buckets[recordings].*.files.*.create
What does it mean that the event is triggered for 5MB chunks? My files are a few kilobytes each. I'd appreciate any clarification on these issues.
Did you read https://appwrite.io/docs/advanced/platform/events?
And my files are a few kilobytes each. I don't understand the 5MB chunk threshold that would trigger the function. If the file is bigger than 5MB, the function will trigger for each 5MB chunk
Thanks @Steven. The attached image comes from the same page. But I think I figured it out. It wasn't clear to me that I could edit the string in the Function settings and replace the first * with my bucket ID.
Recommended threads
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...