I have developed a search app that allows people at my work to search for the things they want within a shared location. In order to achieve this, I have made a script that creates an SQLite database of the relevant information.
However, due to the current state of things, permission to that shared location is limited and the app itself cannot access it - yet I would like to be able to provide my users with the ability to update the database by simply pressing a button on the app (they have access to the location) but not sure how to make it so a function can execute locally like that from the server?