Rank 1: Thread
Hey !
Hope you are doing well.
I have created a CSV as a string inside an appwrite function.
Unfortunately The File class not being present on nodeJs prevents me from creating a File from my Blob and uploading it to the storage with the SDK.
(I have tried to implement a pseudo File class by adding name and type to the Blob.
But when testing I get accessing .pipe error on undefined.)
Is there a way to achieve the desired result?
Maybe via the rest API using formData ?
The doc says File type but does it accept formData instead?
I am not at home now so I can't really test, But maybe someone has already encountered the same issue.Or have an idea for my next try.
Thanks for reading!