When a User runs a Button script, does the User’s permissions restrict what the script can do?
Scenario:
A User has Editor access to the “Clients” DB, and the User runs a Button script from there.
This User does NOT have access to the “Secrets” DB, but the script calls fibery.getEntityById()
to retrieve a record from the “Secrets” DB.
Does this API call succeed?