Google Drive API files setq sharedWithMe=false cau

2019-04-23 02:37发布

问题:

Is this a bug or am I entering value incorrectly?

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

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

I get the following error (interesting that sharedWithMe=true succeeds):

500 Internal Server Error

- Show headers -

{
 "error": {
  "code": 500,
  "message": null
 }
}

Anyone know why?