Add User to My Drive

62 views
Skip to first unread message

Martin Williams

unread,
Jul 30, 2025, 3:00:19 PMJul 30
to GAM for Google Workspace
I need to add some user to someone elses My Drive. How can I do this?

Ross Scroggs

unread,
Jul 30, 2025, 3:03:00 PMJul 30
to google-ap...@googlegroups.com
You can't share an entire My Drive. What's the use case?

Ross
----
Ross Scroggs



On Jul 30, 2025, at 12:00 PM, 'Martin Williams' via GAM for Google Workspace <google-ap...@googlegroups.com> wrote:

I need to add some user to someone elses My Drive. How can I do this?

--
You received this message because you are subscribed to the Google Groups "GAM for Google Workspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/4a11f855-90ed-4340-8e4b-70393206a794n%40googlegroups.com.

Martin Williams

unread,
Jul 30, 2025, 3:07:42 PMJul 30
to google-ap...@googlegroups.com
We have a user out on extended leave and their managers need access to project files and folders. The names of the folders and files is not known.

You received this message because you are subscribed to a topic in the Google Groups "GAM for Google Workspace" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-manager/m4vUGdSWwpM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-man...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/FE7D53F9-1D40-48E9-9AB5-F3D76EA29CFB%40gmail.com.


--
Martin Williams
affirming pronouns he/him/his
Information Technology Support Specialist


Information Technology Services  Technology · Invention · Innovation
follow us on facebook Follow us on Youtube SLOCOE Good Things
This message and any attachments were sent by an employee of the San Luis Obispo County Office of Education and may contain confidential, private, and/or privileged information. It is solely for the use of the intended recipient. If you are not an intended recipient, you are hereby notified that you received this email in error. The information in this email may be confidential and/or legally privileged or subject to other privacy laws such as the Family Educational Rights and Privacy Act (“FERPA”). Any use, review, disclosure, reproduction, distribution, copying of, or reliance on, this email and any attachment is strictly prohibited by any unintended recipient. If you are not the intended recipient, please immediately notify the sender by reply email and delete this message and any attachments. Thank you for your cooperation. Email is covered by the Electronic Communications Privacy Act, 18 U.S.C. §§ 2510-2521 and may be legally privileged.

Maj. Marshall Giguere

unread,
Jul 30, 2025, 5:47:41 PMJul 30
to google-ap...@googlegroups.com
Martin;

You could begin with a survey of the users drive folders:

> gam redirect csv ./theUsersFolders.csv user us...@example.com print filelist showmimetype folder fullpath fields id,name,mimetype

Once you have that you can decide which folders to share with the new user.  Alternately, my recommendation is that this type of information really should be kept on shared drives.  You could then copy the files to a shared drive and simply grant permissions as needed to either the entire drive or individual folders.


Martin Williams

unread,
Jul 30, 2025, 6:16:28 PMJul 30
to google-ap...@googlegroups.com
I will look at the folder listing.

As for Shared Drives, I agree, and it's our recommendation. However,  you can lead a horse to water .....

Martin Williams
affirming pronouns he/him/his
Information Technology Support Specialist


Information Technology Services  Technology · Invention · Innovation
follow us on facebook Follow us on Youtube SLOCOE Good Things
This message and any attachments were sent by an employee of the San Luis Obispo County Office of Education and may contain confidential, private, and/or privileged information. It is solely for the use of the intended recipient. If you are not an intended recipient, you are hereby notified that you received this email in error. The information in this email may be confidential and/or legally privileged or subject to other privacy laws such as the Family Educational Rights and Privacy Act (“FERPA”). Any use, review, disclosure, reproduction, distribution, copying of, or reliance on, this email and any attachment is strictly prohibited by any unintended recipient. If you are not the intended recipient, please immediately notify the sender by reply email and delete this message and any attachments. Thank you for your cooperation. Email is covered by the Electronic Communications Privacy Act, 18 U.S.C. §§ 2510-2521 and may be legally privileged.

Maj. Marshall Giguere

unread,
Jul 30, 2025, 6:44:07 PMJul 30
to google-ap...@googlegroups.com
You can scan the csv and delete the irrelevant folders, then process that to add the new user to each folder. You only need to grant access to the top level folder, the permission will be inherited down the tree.

gam csv ./theUsersFolders.csv gam user the...@example.com add drivefileacls id:"~~id~~" user new...@example.com role writer

> As for Shared Drives, I agree, and it's our recommendation. However,  you can lead a horse to water .....

I have on many occasions forced the issue when it becomes an organizational problem.


Martin Williams

unread,
Jul 30, 2025, 6:45:32 PMJul 30
to google-ap...@googlegroups.com
Thx

Martin Williams
affirming pronouns he/him/his
Information Technology Support Specialist


Information Technology Services  Technology · Invention · Innovation
follow us on facebook Follow us on Youtube SLOCOE Good Things
This message and any attachments were sent by an employee of the San Luis Obispo County Office of Education and may contain confidential, private, and/or privileged information. It is solely for the use of the intended recipient. If you are not an intended recipient, you are hereby notified that you received this email in error. The information in this email may be confidential and/or legally privileged or subject to other privacy laws such as the Family Educational Rights and Privacy Act (“FERPA”). Any use, review, disclosure, reproduction, distribution, copying of, or reliance on, this email and any attachment is strictly prohibited by any unintended recipient. If you are not the intended recipient, please immediately notify the sender by reply email and delete this message and any attachments. Thank you for your cooperation. Email is covered by the Electronic Communications Privacy Act, 18 U.S.C. §§ 2510-2521 and may be legally privileged.
Message has been deleted

Maj. Marshall Giguere

unread,
Jul 31, 2025, 1:04:32 PMJul 31
to google-ap...@googlegroups.com
Oops! Fat finger error

showmimetype gfolder


On Thu, Jul 31, 2025 at 10:39 AM 'Martin Williams' via GAM for Google Workspace <google-ap...@googlegroups.com> wrote:
I am getting the following error:
Invalid choice (folder): Expected <(application|audio|font|image|message|model|multipart|text|video)/mediatype|g3pshortcut|gdirectory|gdoc|gdocument|gdrawing|gfile|gfolder|gform|gfusion|gfusiontable|gjam|gmap|gpresentation|gscript|gsheet|gshortcut|gsite|gspreadsheet|shortcut>

Martin Williams

unread,
Jul 31, 2025, 1:06:02 PMJul 31
to google-ap...@googlegroups.com
I figured it out and got what I needed. Thanks again.

Maj. Marshall Giguere

unread,
Jul 31, 2025, 1:08:02 PMJul 31
to google-ap...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages