I'm trying to delete a row using the TablesDB typescript sdk and I'm initializing it with a session client. I've verified that my user has a valid session.
When running tablesDB.deleteRow, I always get a 401 user_unauthorized.
The table itself has no permissions set because this is an SSR web app. Instead, the row is configured with RLS and has the permission 'delete("team:68da0803001888be01b1/owner")' on it. This user is part of that team, and this user has the "owner" role.
Can row deletions only happen with the admin sdk or via a table-level configuration? Or am I missing something here.
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...