Google Drive SDK "sharedWithMe = false" search query not works -


i'm trying list of folders in "my drive" , requesting "https://www.googleapis.com/drive/v2/files" search query:

mimetype = 'application/vnd.google-apps.folder' , trashed = false , 'me' in writers , sharedwithme = false 

but giving error:

{  "error": {   "errors": [    {     "domain": "global",     "reason": "invalid",     "message": "invalid value",     "locationtype": "parameter",     "location": "q"    }   ],   "code": 400,   "message": "invalid value"  } } 

but when use sharedwithme = true works fine.

here https://developers.google.com/drive/web/search-parameters not mentions sharedwithme true check not possible. intended behaviour?

is there better way folder listing of "my drive" instead query?


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -