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
Hi, I'm trying to list and download Google Docs documents:
In the documentation (README) I see that the next command should work:
drive list --match-mime xls,docx
Running this command only shows the help, so apparently it doesn't recognize the parameter. Something similar occurs with PULL.
I saw that with -matches works well, but only with standard mimetypes like pdf, png, etc... But if I try to filter with Google Apps documents format it doesn't work.
Is there any way to do this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello @xezpeleta, list has always advertised that it supports --match-mime, pull has never done so. This issue is more related to the previous typo so if you want match-mime for pull, please make a separate PR for pull. Please get the latest from master. It should be fixed.
Hi, I'm trying to list and download Google Docs documents:
In the documentation (README) I see that the next command should work:
Running this command only shows the help, so apparently it doesn't recognize the parameter. Something similar occurs with PULL.
I saw that with
-matches
works well, but only with standard mimetypes like pdf, png, etc... But if I try to filter with Google Apps documents format it doesn't work.Is there any way to do this?
Thanks!
The text was updated successfully, but these errors were encountered: