java - Cannot get Google Drive App Data folder content using query anymore -


for reason following android app code

com.google.api.services.drive.drive drive; ... drive.files().list().setq("mimetype='application/vnd.google-apps.folder' , 'appdata' in parents").execute().getitems(); 

started returning empty list since may 14. code returning custom folders more 1 year before. can see app data content still exists through

https://drive.google.com/drive/my-drive > settings > manage apps.

any ideas wrong?

this caching issue app folder content affected list queries.

the issue has been rectified. reporting.

writes not affected.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -