Error when listing files with query

后端 未结 3 2053
心在旅途
心在旅途 2021-01-23 11:19

When I try to retrieve a folder by listing with differents query criterias, in Python, I get an error HTTP 500 \"Internal error\".

The code to request the f

3条回答
  •  清歌不尽
    2021-01-23 12:05

    It's a known issue with drive.file scope, use drive.readonly.metadata additionally for queries.

    Edit: It looks like the query is also broken with drive.appdata scope. I'm making sure that we're fixing it as soon as possible.

提交回复
热议问题