Hi, I'm using an api key which has every scope selected as shown on image. Why do i get "The current user...' error while trying to create document with node-appwrite?
TL;DR
Developers are receiving an authorization error while attempting to create a document with node-appwrite using an API key with all scopes selected. This error occurs because the user is not authorized to perform the action. To resolve this, ensure that the API key has the necessary permissions to create a document or adjust the user's permissions accordingly.