jet174
jet174
Hi, is there a build of chrome 64 android example? @ks32 Thank you in advance.
Hi, when I try to compile an error, 
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));