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
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...