Gleb

Results 4 comments of Gleb

How did you use the `addComment()` function? Your JSON looks fine. This is an example: ```node.js user.addComment({"user":"griffpatch","content":"hi"}, function (err) { if(err) return console.error(err); }); ```

Try using [scratch3-api](https://github.com/ErrorGamer2000/scratch3-api) (or [new-scratch3-api](https://github.com/ErrorGamer2000/scratch3-api/issues/3#issuecomment-1013939491), if you are not on TypeScript) if the answer above does not help. Cloud variables work there fine & it has promise support, so no...

This is probably because the Scratch Team decided to require a 'project token' to get the project, just so nobody now can view unshared projects in TurboWarp or smth. A...