
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!

Deno seems to have File class support.

For deno and node, you should be using the InputFile class

Thanks for the hint! I can't find inputFile class on the web for Js, (Only for dart) Do you have a Link please 🥺?

Didn't you say you're using deno/node?

Yes I use deno or node but I can't find any references of this class on Google.

Would you please make sure you're using the node or deno sdk rather than web?

Oh sry I was thinking this was a native JavaScript Class. I didn't even try to use the appwrite SDK 😵

Thanks

All good now?

I can't test it for now but yeah it should be good. Thanks for your help!

This is exactly what I was looking for

[SOLVED] Rest API upload File as a Blob or fromData in nodejs
Recommended threads
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
