Hi all How do I enable row level access features on GAE datastore? In the documentation is written that the accessible_query does not work because of the usage of JOIN. Is there an other way of using it?
I think it could work using google:sql instead of google:datastore, but I'm trying to avoid using google:sql. Also I do think it does not work using decorators in controllers. They seem to just limit access to functions, not the queries. I do want to create a device table where users can only view or edit their own entries. How would you implement this on GAE? Greetings -Luca. --