
I am building a Dart function, Where I have to open a CSV file inside a folder timetables
the timetables
folder is inside the root folder similar to the lib
folder. I have added the timetables
folder to pubspec.yaml
. When I call the main()
function without the AppWrite context, I can read the files from the folder when deployed AppWrite throws an
PathNotFoundException: Cannot open file, path = '/timetables/1_bca_a.csv' (OS Error: No such file or directory, errno = 2)
How do I access the files and folder that are not inside the lib
folder and are not dart files.
Recommended threads
- All function executions fail after 1 suc...
Follow up of https://discord.com/channels/564160730845151244/1401970848772132945 But to summarise: It seems that for some reason I can run a function on a dep...
- Does Python ML runtime support ultralyti...
Tried to push a function that performs yolo v8 detection on images in bucket. The deployment runs for 15 mins and fails. What am I doing wrong?
- Appwrite Email Verification Query!!
Hi team I've created an Appwrite cloud function to send an email verification to a user. My understanding is that server-side code should use the Users API, bu...
