Skip to content

Instantly share code, notes, and snippets.

@thomas-scrace
Created January 27, 2017 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomas-scrace/6bdd1bec8d32298c08e923ec5809f364 to your computer and use it in GitHub Desktop.
Save thomas-scrace/6bdd1bec8d32298c08e923ec5809f364 to your computer and use it in GitHub Desktop.
How to download all files from a Gdrive golder using GAM
$ gam user USER_NAME_OF_FILE_OWNER show filelist query "'FILE_ID_OF_FOLDER' in parents" id >files.csv
$ gam csv files.csv gam user ~Owner get drivefile id ~id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment