You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
gdrive --service-account service.json download -r 1Qzpb5D_folderid_cvugS_zL This command is working fine for me. But I want to download files from that folder that matches specific queries. I tried using gdrive --service-account service.json download query -r "08-01-23" 1Qzp_folderid_gS_zL. I have dates in my filenames. So, I want to pass "08-01-23" as the query to download all files that have the date in their filename. But this command throw me an error. No valid arguments given, use 'gdrive help' to see available commands. Am I using the arguments wrong?!