When executing
tablesDB.create_row(
database_id,
table_id,
row_id,
{
rels=[
{
$id=id1,
node1=id2,
node2=id3,
},
{
$id=id2,
node1=id1,
node2=id3,
}
{
$id=id3,
node1=id1,
node2=id2,
}]
}
)
When $id is included I get an unauthorized request error. I would really like to have the $id specified since I'm trying to build a graph data type. Otherwise I would have to do a function call for every single item like before, since bulk operations also don't work with tables with relationships.
Recommended threads
- API key without database.read/write
I had some issues with my previous API key and I deleted it then I wanted to create a new one and discovered the database checkbook has no database.read/write j...
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...