Hello everyone!
I have a list of over 10000+ Shared Drives in my Google Workspace organization (names and IDs), which I need the following information:
- Who are the Managers of this Shared Drive
- A Count of how many files inside of these Shared Drives are shared via public link sharing "Anyone with Link"
A few questions from my side regarding that:
- Is it possible to retrieve this data without my Super Admin user being added as a Manager of each one of these Shared Drives? Or the API doesn't allow me to do that?
- If it is possible, how can I do this with GAM?
I know that for end users I can use something like this:
gam ou_and_children "OU_where_the_users_are_found" print filelist fields id,name,permissions,webViewLink query "visibility='anyoneWithLink'" todrive
But I couldn't find how to do this with Shared Drives. (I have this list of 10000+ Shared Drives in a CSV file, in case this helps somehow).
Thank you for the help as always!