Hello,
I am running a command to get Shared Drive file permissions in Google Cloud Shell. However, this drive is quite big and the connection in cloud shell keeps ending before the item is done processing. It will see I need to reconnect to the cloud shell. Any ideas on how I could prevent this from happening or have the command run faster.
Command is : gam user <user email> print filelist fields id,webViewLink,permissions,modifiedtime select teamdriveid <shared drive id> pm type user notdomain <domain name> em oneitemperrow todrive
Thanks