appwrite/demos-for-functions

๐Ÿ“š Documentation:

jenniestrongbow opened this issue ยท 2 comments

๐Ÿ’ญ Description

Hi,

I wrote a PHP function that writes a text file on my ubuntu server.

Can I write a text file anywhere on my server or am I restricted to a directory, if so, which one?

Thanks

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?

Hey the functions itself are stateless, the files you write may not be accessible once the function has completed. We suggest to use Appwrite storage to store files from your functions. Let us know if you have further questions.

Closing as question was answered and no further action required.