FN-GM Posted March 3, 2016 Posted March 3, 2016 Hi, Is there a way as a Google Apps admin to access other peoples Google Drive areas please? The only way I can think of at the moment is to reset the password. Thanks
TechieWils Posted March 3, 2016 Posted March 3, 2016 Google Vault and then search for the student. Works for their emails as well. If you need extra info let me know. 1
FN-GM Posted March 3, 2016 Author Posted March 3, 2016 Thanks, Is there a way to put stuff in the drive please? And Also a way to keep the structure in tact? Thanks again.
rogerdnixon Posted March 3, 2016 Posted March 3, 2016 This is what Google Classroom is for. You can fire out resources to your class. Classroom organises everything is Drive for the student. There are other more sophisticated solutions such as Hapara Teacher Dashboard which creates subjects folder for each student , shared with the teacher. The teacher dashboard allows you to fire files into the student's subject folders (either by group, individually or by subgroup).
TechieWils Posted March 3, 2016 Posted March 3, 2016 I have read you can set up an admin folder in Drive and share it with people so you have control over the structure and they can just add files from there. A little like drive mapping you give students access to the places they need. As for going into their drive and adding files I'm not sure its possible on its own.
FN-GM Posted March 3, 2016 Author Posted March 3, 2016 This is what Google Classroom is for. You can fire out resources to your class. Classroom organises everything is Drive for the student. There are other more sophisticated solutions such as Hapara Teacher Dashboard which creates subjects folder for each student , shared with the teacher. The teacher dashboard allows you to fire files into the student's subject folders (either by group, individually or by subgroup). Students are not likely to put item they shouldn't have. Plus It doesn't allow us to upload stuff to people drive. - - - Updated - - - I have read you can set up an admin folder in Drive and share it with people so you have control over the structure and they can just add files from there. A little like drive mapping you give students access to the places they need. As for going into their drive and adding files I'm not sure its possible on its own. This requires the user to co-operate. Not always easy
Tesla Posted March 3, 2016 Posted March 3, 2016 on there account, cog icon > settings > "Filters and Blocked Addresses then under The following filters are applied to all incoming mail: One of the rules will be "TO:$affected account Do this: Delete it" delete that rule and you should be good to go
CyberNerd Posted March 3, 2016 Posted March 3, 2016 Try GAM? https://github.com/jay0lee/GAM This is what we use. Admin can add files to all drives and take ownership from students. works a treat.
FN-GM Posted March 8, 2016 Author Posted March 8, 2016 @edmokeski @CyberNerd - Is it possible to open a users drive using GAM please? If so how do you do it please?
CyberNerd Posted March 8, 2016 Posted March 8, 2016 @edmokeski @CyberNerd - Is it possible to open a users drive using GAM please? If so how do you do it please? yes, all the Google API's are open. You can do pretty much anything with the admin account. There are so many options though I couldn't really do GAM justice in a post. Suffice to say you need to give somebody else permissions on the files, using a script, or download them en masse; https://github.com/jay0lee/GAM/wiki/GoogleDriveManagement 1
FN-GM Posted March 9, 2016 Author Posted March 9, 2016 Suffice to say you need to give somebody else permissions on the files, using a script, or download them en masse; https://github.com/jay0lee/GAM/wiki/GoogleDriveManagement Both of these options are a little but of a disappointment - Thanks anyway.
CyberNerd Posted March 9, 2016 Posted March 9, 2016 Both of these options are a little but of a disappointment - Thanks anyway. Either you give someone else access to the files - which it does, or you download them - which it does. What were you after ?
FN-GM Posted March 9, 2016 Author Posted March 9, 2016 Either you give someone else access to the files - which it does, or you download them - which it does. What were you after ? The ultimate goal is the ability to just open up the drive of a user and see it how they see it.
CyberNerd Posted March 9, 2016 Posted March 9, 2016 The ultimate goal is the ability to just open up the drive of a user and see it how they see it. Use Vault for this, it works out of the box. You can also assign teachers admin permissions over the vault to have teachers examine the work too. If you need write access then CLi /API is the way forward. There are probably third party apps that use the api to do this, but for us a simple script is straightforward.
FN-GM Posted March 9, 2016 Author Posted March 9, 2016 I have had a look at vault but it doesn't display how the stuff appears to the student, for example the folder structure. Thanks
CyberNerd Posted March 9, 2016 Posted March 9, 2016 I have had a look at vault but it doesn't display how the stuff appears to the student, for example the folder structure. Thanks Folder structure is an abstract concept in the cloud. You can't really think of things in the cloud as being in folders because they do not exist in folders - it's just a database reference. Sometimes with computing applications it's worth unlearning what you have learned. Imagine if your method of searching the web was doing through directories? It just wouldn't work. SEARCH is the key here - it's faster too.
FN-GM Posted March 9, 2016 Author Posted March 9, 2016 Folder structure is an abstract concept in the cloud. You can't really think of things in the cloud as being in folders because they do not exist in folders - it's just a database reference. Sometimes with computing applications it's worth unlearning what you have learned. Imagine if your method of searching the web was doing through directories? It just wouldn't work. SEARCH is the key here - it's faster too. But its a requirement to have a particular folder structure for something we are doing. (I don't make the rules )
CyberNerd Posted March 9, 2016 Posted March 9, 2016 But its a requirement to have a particular folder structure for something we are doing. (I don't make the rules ) If it's teachers that need access, just give them read access on the students accounts using gam.
FN-GM Posted March 9, 2016 Author Posted March 9, 2016 If it's teachers that need access, just give them read access on the students accounts using gam. Would they appear in the "Shared With Me" when you do that? thanks
CyberNerd Posted March 9, 2016 Posted March 9, 2016 Would they appear in the "Shared With Me" when you do that? thanks Yes because all you are doing is overriding the permissions that the student has set using the API. so it would be the same as the student sharing them. The trick is that you need to script it: get a list of all folders gam.py user [username] show filelist query "mimeType = 'application/vnd.google-apps.folder'" then feed the result into a script to share it.
FN-GM Posted September 27, 2017 Author Posted September 27, 2017 If it's teachers that need access, just give them read access on the students accounts using gam. Hello, Bit of an old topic I know, but what GAM commands do you use please?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now