google drive sdk - Is it possible to get the gdrive folder driveid which is created by the android app using the GDrive Android SDK? -


my app creates folder in gdrive store user notes. replacing google api client gdrive android sdk ( through google play services ) in android app. gdrive android sdk, not able find way driveid custom app folder created under gdrive root folder app.

i using 2 scopes supported gdrive android sdk:

drive.scope_file drive.scope_appfolder

the following query lists appfolder , files created app doesn't list folder created app.

query query = new query.builder()                  .addfilter(filters.eq(searchablefield.mime_type,"application/vnd.google-apps.folder"))                 .build(); drive.driveapi.query(getgoogleapiclient(), query)                 .setresultcallback(metadatabuffercallback); 

what problem? please help. support , guidance.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -