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

Email notification in google apps script -

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

javascript - IE11 incompatibility with jQuery's 'readonly'? -