Download Google Docs only

Hi there,
I know it’s possible to exclude Google Docs from download. But is it also possible to ONLY download Google Docs (Docs, Sheets, Slides…) and no other files? The include command with *.gdoc didn’t work.
Regards,
Sony

There isn’t a flag for that…

However if you use the latest beta, google docs will appear as size -1, so you can use a size filter just to find the googledocs, eg

$ rclone ls drive:GDocs --max-size 0
       -1 Docs.docx
       -1 Drawings.svg
       -1 Sheets.xlsx
       -1 Slides.pptx
       -1 SubGDocs/A Sheet.xlsx
1 Like

Cool, that works for me! Thank you very much!
Regards,
Sony

1 Like