Does anyone know if it is possible to automatically share a “starter folder” with each new user in their Google Drive when they are created within the Google Apps for Education domain?
Does anyone know if it is possible to automatically share a “starter folder” with each new user in their Google Drive when they are created within the Google Apps for Education domain?
It is, but then you have to go Apps Script.
The easiest way I can see is to extract the user list, copy paste- “share” the “starter folder” manually.
It is, but then you have to go Apps Script.
The easiest way I can see is to extract the user list, copy paste- “share” the “starter folder” manually.
It is, but then you have to go Apps Script.
The easiest way I can see is to extract the user list, copy paste- “share” the “starter folder” manually.
I’m fine with using Apps Script. I would like to figure out a way to do this programmatically because we create new accounts daily in a district of 84,000 students. Do you have thoughts on a script that does this currently, or would I need to write it?
I’m fine with using Apps Script. I would like to figure out a way to do this programmatically because we create new accounts daily in a district of 84,000 students. Do you have thoughts on a script that does this currently, or would I need to write it?
I’m fine with using Apps Script. I would like to figure out a way to do this programmatically because we create new accounts daily in a district of 84,000 students. Do you have thoughts on a script that does this currently, or would I need to write it?
It’s some work with impersonating users through drives api, since you don’t want every user to “allow” the script. I think it’s quite some work but see resources below to get you started and/or turn to Apps Scripts G+ groups for more help.
http://stackoverflow.com/questions/13652706/is-it-possible-to-impersonate-domains-users-with-google-drive-api-using-google
http://stackoverflow.com/questions/12622503/impersonating-users-of-drive-of-one-domain-as-a-domain-administrator
It’s some work with impersonating users through drives api, since you don’t want every user to “allow” the script. I think it’s quite some work but see resources below to get you started and/or turn to Apps Scripts G+ groups for more help.
http://stackoverflow.com/questions/13652706/is-it-possible-to-impersonate-domains-users-with-google-drive-api-using-google
http://stackoverflow.com/questions/12622503/impersonating-users-of-drive-of-one-domain-as-a-domain-administrator
It’s some work with impersonating users through drives api, since you don’t want every user to “allow” the script. I think it’s quite some work but see resources below to get you started and/or turn to Apps Scripts G+ groups for more help.
http://stackoverflow.com/questions/13652706/is-it-possible-to-impersonate-domains-users-with-google-drive-api-using-google
http://stackoverflow.com/questions/12622503/impersonating-users-of-drive-of-one-domain-as-a-domain-administrator
Thank you for the info. I think there has to be a way to use one of the Google Apps marketplace options as well. I’m going to look in to those.
Thank you for the info. I think there has to be a way to use one of the Google Apps marketplace options as well. I’m going to look in to those.
Thank you for the info. I think there has to be a way to use one of the Google Apps marketplace options as well. I’m going to look in to those.
Gclassfolders by Bjorn Behrendt does just that and much more
Gclassfolders by Bjorn Behrendt does just that and much more
Gclassfolders by Bjorn Behrendt does just that and much more
Thanks Menachem Tauber , you can get the latest info from http://www.gclassfolders.com
Thanks Menachem Tauber , you can get the latest info from http://www.gclassfolders.com
Thanks Menachem Tauber , you can get the latest info from http://www.gclassfolders.com
Ah, cool. I had seen the gclass but didn’t know it could do that.
Ah, cool. I had seen the gclass but didn’t know it could do that.
Ah, cool. I had seen the gclass but didn’t know it could do that.