【发布时间】:2012-07-06 02:29:52
【问题描述】:
如此处所述 https://developers.google.com/drive/v2/reference/changes/get
如果我得到https://www.googleapis.com/drive/v2/changes/1
{ “错误”: { “代码”:500, “消息”:空 } }
我正在使用 OAuth 2.0 游乐场。我所有其他 GET 工作正常。
【问题讨论】:
标签: google-drive-api
如此处所述 https://developers.google.com/drive/v2/reference/changes/get
如果我得到https://www.googleapis.com/drive/v2/changes/1
{ “错误”: { “代码”:500, “消息”:空 } }
我正在使用 OAuth 2.0 游乐场。我所有其他 GET 工作正常。
【问题讨论】:
标签: google-drive-api
这是一个已知问题,我们应该尽快解决。对于那个很抱歉。不过,您可能不需要进行个别更改,只需从更改提要的 items 字段中读取数据即可。
【讨论】:
请先使用 OAuth
> Google Drive applications need these three values for authorization:
>
> Client ID
> Client secret
> redirect URIs
【讨论】: