Web Developer
im getting this error when trying to configure node sdk
Votes
1
Replies
7
Participants
Unknown
Messages
8
Web Developer
im getting this error when trying to configure node sdk
what version?
Web Developer
node-appwrite@11.1.1 as mentioned in the docs
latest is 13.0.0, you are using Cloud, right? also, could you link the docs that mention 11.1.1?
Web Developer
Web Developer
I’m using this
Web Developer
Is there something I’m missing?
Web Developer
I have a few queries though: Ive just started my project and thought of using BaaS.
I picked the Web sdk
Something i wanted to do is list all documents of a collection without the user being logged in, but the roles of the collection require “all users” the “read” permission.
I tried using the “any” in the permissions but on running the query for listing the documents I’m getting error 401 unauthorised, I implemented an api key in it but got the type.os error. Does the user still need to have a session ?
Then I thought of switching to a node sdk with an api key but this same error again.