jet174

Results 3 issues of jet174

Hi, is there a build of chrome 64 android example? @ks32 Thank you in advance.

Hi, when I try to compile an error, ![screenshot_1](https://user-images.githubusercontent.com/19624464/30340044-9bfad4a4-980a-11e7-89e6-240f42d62976.png)

When I use `downloadFile` to download a text file , I get an error. Code I am using: ``` var name="save.txt"; window.plugins.gdrive.downloadFile((cordova.file.cacheDirectory + name).replace(/^file:\/\//,''),$scope.options.check, function (response) { alert(JSON.stringify(response));