Movie Tutorial - Permission Denied

What I’m trying to do:
Trying to get through intro lessons in Anvil.

Working through the Anvil Tutorial - Display movies in a Data Grid I set up the data grid, populate the data table and enter the following in the client code

self.repeating_panel_1.items = app_tables.movies.search()

What I’ve tried and what’s not working:

anvil.server.InternalError: Permission denied: Cannot search in table 'movies' from client code.

Clone link:
share a copy of your app

You might start here: search the Docs for “Permission”.

1 Like

Thank you - docs show that I can set permission on the data table to allow client code to read, etc.

1 Like