I'd like to suggest either adding an option to exclude all Google files,
or treat filters with file extensions like .gdoc or .gsheet (these are the extensions that Google Backup and Sync creates to link to Google files on Drive, in the shape of JSON files) as if they're filtering their associated file type.
Another alternative could be to actually create the aforementioned JSON files when syncing Google files, like Backup and Sync does, though I guess this would be a bit more work.
Being unable to exclude only files of these types (setting a minimum file size doesn't cut it, as that also excludes empty folders or files that I'd like to include) makes my file list quite a bit cluttered, so I'd love to get feedback on this request, or hear about any alternative methods of solving it!
- I think this is a comprehensive list of Google's file types (extracted from developers.google.com/drive/api/v3/mime-types):
- Google Docs (MIME type application/vnd.google-apps.document)
- Google Drawing (MIME type application/vnd.google-apps.drawing)
- Google Forms (MIME type application/vnd.google-apps.form)
- Google Fusion Tables (MIME type application/vnd.google-apps.fusiontable)
- Google My Maps (MIME type application/vnd.google-apps.map)
- Google Slides (MIME type application/vnd.google-apps.presentation)
- Google Apps Scripts (MIME type application/vnd.google-apps.script)
- Google Sites (MIME type application/vnd.google-apps.site)
- Google Sheets (MIME type application/vnd.google-apps.spreadsheet)