
I am trying to use a nodejs application on localhost, to create documents. Can you tell me how to go about this, for example, how to set the permissions. Thanks.

Appwrite docs would be a great place for this. For setting permissions, you can follow this doc: https://appwrite.io/docs/advanced/platform/permissions

Thanks @Afrin Nahar In AppWrite, I have created a User and created a Permissions Role for the User and enabled Create, Read, Update and Delete However, I get this error:
Error creating document: AppwriteException: Invalid documentId
param: Parameter must
contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char
This is an example data row:
5/31/24 15:31:35|Stockport|England|Stockport|email@gmail.com|-|False

My collection attribute data types are: DateTime String String String String String Boolean
Recommended threads
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- Database Double Requesting Error.
I am getting error for creating new document in an collection with new ID.unique() then too getting error of existing document. When button is pressed one docum...
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
