removed mime-type from google drive

This commit is contained in:
antelle 2016-04-13 23:28:36 +03:00
parent 9d93afaefc
commit 19d44c1ea5
2 changed files with 4 additions and 1 deletions

View File

@ -131,7 +131,7 @@ var StorageGDrive = StorageBase.extend({
that.logger.debug('List');
var url = that._baseUrl + '/files?fields={fields}&q={q}'
.replace('{fields}', encodeURIComponent('files'))
.replace('{q}', encodeURIComponent('fileExtension="kdbx" and mimeType="application/octet-stream" and trashed=false'));
.replace('{q}', encodeURIComponent('fileExtension="kdbx" and trashed=false'));
var ts = that.logger.ts();
that._xhr({
url: url,

View File

@ -1,6 +1,9 @@
Release notes
-------------
##### v1.2.0 (TBD)
`+` google drive stability improvements
##### v1.1.3 (2016-04-*)
`+` fix some layout bugs