Drive API files setq sharedWithMe = false causes "500 Internal Server Error"

Is this a mistake or a value is entered incorrectly?

To repeat, go to "Try it!". on google sdk page: https://developers.google.com/drive/v2/reference/files/list#try-it

Try to get the files (you need to authorize); then try entering sharedWithMe = false in the setQ field.

I get the following error (interestingly, sharedWithMe = true successfully):

500 Internal Server Error - Show headers - { "error": { "code": 500, "message": null } } 

Does anyone know why?

+7
google-drive-sdk
source share

No one has answered this question yet.

See similar questions:

4
Google SDK "sharedWithMe = false" search query not working

or similar:

4
Java permissions for Google Drive Java 500 Internal error
4
Google Drive Files.list error: 500
2
Server 500 internal error in files (). List () with disk REST API
one
google drive sdk drive / v2 / changes / get 500 error
one
Errors on Google Drive SDK 500 when copying
0
500 when downloading a file from the Google Drive API
0
ios: Google Drive v3 REST API: 500 Internal Error
0
Google server internal search error
0
Google API API 500 Copy Errors

All Articles