Hi there,
I wrote a function on <#1102936099745177700> on version 1.1.2 which sets up my database, creates the collections, attributes etc. This info is stored in a resources folder with multiple jsons containing the inforformation needed. I cannot see where this folder is deployed on the new 1.4 cloud version. Can anyone help me with some documentation I am missing or just the structure of the deployed functions so I can figure it out myself? π
Thank you for your help in advance! <:appwriteheart2:1073243188954935387>
what language?
dart
2.17
so because dart gets compiled, I don't think the assets get added to the binary that is eventually run. it might be best to put the file in a bucket or something
Alright I'll load the files from a bucket then
This function template should show you how to access a local file. It serves a local HTML file. https://github.com/appwrite/templates/tree/main/dart/censor_with_redact
Recommended threads
- How do I connect Google oauth2 to my ios...
Hi, I want to allow my ios app users allow to use Google Auth, how do I do that? I want to configure it with Appwrite and have those users in my Appwrite consol...
- OK Getting 401 from Storage
I tried setting Permissions to ANY and still doesn't work π¦ HttpExceptionWithStatus (HttpException: Invalid statusCode: 401, uri = I can open the image in...
- [SOLVED] How to access global environmen...
I use `Bun 1.1` runtime for Functions and I'd like to use the value of a global environment variable that I have set. In the Starter example, I can see: `Bun.e...