I want a basic script to protect folders in Google Drive folders structure. When the users try to access a folder called "Private", for example, i want shows an alert or prompt to entry a password.
If users known the password, they can access into the folder. But if the password its not okay, they won't access never.
I want to make it with Google Apps Script.
Anybody can help me?