Stefan Cosma
Stefan Cosma
Hi. Already in the Backlog https://github.com/stefanbc/Asgar/projects/9#card-39893102 But yes, I agree. I'll remove that card and add this one in the backlog for R1.1.0 since this one is more detailed.
@rodrigosk8s it seems there is an issue regarding the fileList method. You could try altering the GoogleDrive.java file at line ~289 to make it look like this https://github.com/xitter/cordova-plugin-jc-googledrive/blob/master/android/GoogleDrive.java#L290 and it...
@rodrigosk8s try using the requestSync() method to force the app to resync with Drive.
In this fork by @xitter https://github.com/xitter/cordova-plugin-jc-googledrive there is a fix regarding the zero items when calling the fileList method, more specifically at this line https://github.com/xitter/cordova-plugin-jc-googledrive/blob/master/android/GoogleDrive.java#L290 the filters have been altered...
It should work like this: ``` let GoogleDrive = (window).plugins.gdrive; GoogleDrive.requestSync( true, res => { console.log(res.flist); }, err => { alert(`Error: ${err.message}`); } ); ``` Tested in the latest version...
I managed to install it using [this](http://launchpadlibrarian.net/165735751/libquazip0_0.6.2-0ubuntu1_i386.deb) but then I ran into the issue described here #106