Hello GWS Champions
Is there any why how to get the Total number of Drive files in GW.
I don't know if this will help but https://support.google.com/a/answer/6072773#zippy=%2Cdrive indicates you can see how many files are added but I can't tell if that is in a certain time frame or for all time or what.
@chaitanya_deran when in doubt, as a Workspace Admin, your mantra should be "GAAAAMMMMMM" instead of "OOOMMMMM".
Take a look at https://www.ditoweb.com/2021/03/using-open-source-google-apps-manager-to-administer-google-workspace...
To get a list of all users files, you need to use a collection. For example, this gets all suspended users in a CSV file:
gam redirect csv suspended_user_files.csv all users_susp print filelist fields id,title,mimetype,owners.emailaddress,webViewLink
See https://github.com/taers232c/GAMADV-XTD3/wiki/Collections-of-Users for more information on collections.
To get all the files for all users, I believe this would work:
gam redirect csv all_suspended_and_non_suspended_user_files.csv all users_ns_susp print filelist fields id,title,mimetype,owners.emailaddress,webViewLink
Good luck!
Regards,
KAM
Yeap! GAM IS LOVE, GAM IS LIFE!