Loading...
Loading...
List and download all files from a Google Drive folder.
npx skill4agent add googleworkspace/cli recipe-bulk-download-folderPREREQUISITE: Load the following skills to execute this recipe:gws-drive
gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format jsongws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.extgws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document.pdf