vendredi 27 mars 2015

Drive query issue with sync


Vote count:

0




i'm having a problem,i made a query that fetch folder with specific title and it works,


but the problem is that if i delete a folder and remove it from trash from Firefox or chrome , i get back to my app and query again and the file still present,


the only way that sync from drive is to open the fileactivitybuilderand i don't know how it do it. Any help?.



Query query = new Query.Builder()
.addFilter(Filters.eq(SearchableField.TITLE, getString(folderName)))
.build();
Drive.DriveApi.query(getGoogleApiClient(), query)
.setResultCallback(metadataCallback);


asked 2 mins ago







Drive query issue with sync

Aucun commentaire:

Enregistrer un commentaire