Search code examples
google-apps-scriptgoogle-app-maker

How do you restrict a Google App Maker application so that only users in a Google Group can access it?


I have built a Google App Maker application and published it. However, I only want users in a Google Group to be able to access the application (view UI elements) via the deployment link. How do you do this? I referenced this solution to another post: https://stackoverflow.com/a/49577258/9878092. I cannot seem to find where the Application access section that is mentioned in the solution is. Thank you!


Solution

  • Here are the steps you can follow to go to 'Application Access' screen.

    1. From your appmaker window click on 'Setting' icon. enter image description here
    2. Go to Deployments tab.Deployment
    3. Publish new deployment if you haven't done already. If you have already deployed your changes then click on the deployed version and "Edit" button.Application Access
    4. This will open the Application Access screen. Select option "Only allow to specific" users. Provide user names who should be able to access the app.