./gam user testuser1@domain.com show filelist showownedby me name id query "trashed = false and mimeType != 'application/vnd.google-apps.folder'" fields id name title fileextension size createddate modifieddate hasaugmentedpermissions shared md5 parents basicpermissions orderby createddate ascending | Out-File "output.csv"
GAMADV-XTD3 4.99.28 - https://github.com/taers232c/GAMADV-XTD3
Ross Scroggs <ross.s...@gmail.com>
Python 3.8.1 64-bit final
google-api-python-client 1.7.11
httplib2 0.16.0
oauth2client 4.1.3
Windows 10 10.0.17134 AMD64
Path: C:\gamadv-xtd3
--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" 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 on the web visit https://groups.google.com/d/msgid/google-apps-manager/2e9270b7-6ed6-4680-b25a-ff87379ac170%40googlegroups.com.
Blaine,First some cleanup:Original:./gam user testuser1@domain.com show filelist showownedby me name id query "trashed = false and mimeType != 'application/vnd.google-apps.folder'" fields id name title fileextension size createddate modifieddate hasaugmentedpermissions shared md5 parents basicpermissions orderby createddate ascending | Out-File "output.csv"Updated:./gam redirect csv ./output.csv user test...@domain.com print filelist showownedby me query "trashed = false and mimeType != 'application/vnd.google-apps.folder'" fields id,name,fileextension,size,createdtime,modifiedtime,hasaugmentedpermissions,shared,md5,parents,basicpermissions orderby createdtime ascendingYou didn't get hasaugmentedpermissions because that field is only populated for Shared/Team drives. Append corpora alldrives to get files from all Shared drives as well.Ross
On Thu, Mar 12, 2020 at 4:18 PM Blaine Baker <telet...@gmail.com> wrote:
Hi All,I am running the following on gamadv-xtd3 on Windows 10 / PowerShell:
./gam user testuser1@domain.com show filelist showownedby me name id query "trashed = false and mimeType != 'application/vnd.google-apps.folder'" fields id name title fileextension size createddate modifieddate hasaugmentedpermissions shared md5 parents basicpermissions orderby createddate ascending | Out-File "output.csv"Everything looks fine in the output except hasaugmentedpermissions seems to be ignored. Does anyone know why that might be? Version info:
GAMADV-XTD3 4.99.28 - https://github.com/taers232c/GAMADV-XTD3
Ross Scroggs <ross....@gmail.com>
Python 3.8.1 64-bit final
google-api-python-client 1.7.11
httplib2 0.16.0
oauth2client 4.1.3
Windows 10 10.0.17134 AMD64
Path: C:\gamadv-xtd3
Thanks in advance!
--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/2e9270b7-6ed6-4680-b25a-ff87379ac170%40googlegroups.com.
--Ross Scroggs