
It's been a while since i used my appwrite instance. I spun up a server 1.7.4 and downloaded the newest cli. Created a fucntion and the node-appwrite packed does not contain the InputFile class anymore. THe docs still mention it. Am I missing something?

Is it from the import appwrite/file
?

No, from node-appwrite

node-appwrite/file

That's what it looks like here
https://github.com/appwrite/sdk-for-node/blob/main/package.json#L23-L27

Lol okay, ill try that. I looked at an old repo of mine and it was exported from the index.
Ide wasnt able to find it

If I was at a computer I'd try :P If that isn't it I'll look when I get home, unless someone else knows.

Okay, that input worked.

tysm

Cool beans!

[SOLVED] how does uploading work with node
Recommended threads
- I am trying to run appwrite storage list...
Hello! I am trying to use a command to return all of my files from my bucket. This is the cmd I am currently running: "appwrite storage list-files --bucket-id <...
- KK here. An honor to join the community
Please, how to upload a file(image or doc) to appwrite using python fastapi?
- How do I display images from my storage?
I am trying to display images stored in my storage and I need help displaying them on my webapp I am using react.
