Can I use the getRow functionality if that row contains encrypted string attributes? Or is this completely impossible to get the value on the client side? From this blog post I was assuming this only applied to querying and indexing, but am I missing something?
I get this error
AppwriteException: row_not_found, Row with the requested ID could not be found. (404)
but I am sure that the row exists and have checked the IDs of the databasae, table and row. I have enabled row security and given all permissions to the current user. I can query other tables in the same database.
Is this a generic error message? Can I not access rows with an encrypted attribute from the client at all?
As that blog post states:
encrypted attributes cannot be queried. You cannot filter, search, or sort based on encrypted values.
Okay, but that means the entire row cannot be queried (I assume getRow() basically is just a query)? Even unencrypted attributes are not retrievable?
Hm, I have to look into it. I created a new table with just a singular unencrypted string attribute and that row was also not found. Will check that out later and probably use a cloud function to decrypt the key that needs to be in plaintext for querying
Recommended threads
- Locked out from my own account
I've create an appwrite account using onedevcontext@gmail.com and tried upgrading to Pro multiple times but failed as the Credit Card would not be accepted, I t...
- Not able to upgrade to Appwrite Pro
This is my project ID - 69f5bee60036512d2d52 I've tried multiple credit cards now and I still face the same error "Your card was declined". But I've used the s...
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...