I am trying to create a new file in a shared drive using google apps script so that other people using the shared drive can also access the file. Is there a method on DriveApp that allows me to do that?
I have tried using DriveApp.getFoldersByName but this is for the root folder in my private drive only.