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.
Figured it out, I had to add Database permissions to my function
Recommended threads
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...