GAM-team / GAM

command line management for Google Workspace
https://github.com/GAM-team/GAM/wiki
Apache License 2.0
3.54k stars 473 forks source link

Get all the files and folder in a user's drive (including the ones that are not accessible from the user) #1642

Closed alessandroagnino closed 1 month ago

alessandroagnino commented 1 year ago

Here is the scenario:

In this scenario, when I use "gam user userA@domain.com print filelist filepath allfields showownedby any" it returns all the files except this "file1", so basically it returns exactly what the user is able to view. My question is if there is a way to get all the files and folder in a user's drive, including the ones that are in that drive but are not accessible from the user?

Thank you.