1

如此处 所述 https://developers.google.com/drive/v2/reference/changes/get

如果我得到https://www.googleapis.com/drive/v2/changes/1

{“错误”:{“代码”:500,“消息”:空}}

我正在使用 OAuth 2.0 游乐场。我所有其他 GET 工作正常。

4

2 回答 2

1

这是一个已知问题,我们应该尽快解决。对于那个很抱歉。不过,您可能不需要进行单独的更改,您只需从更改提要的items字段中读取数据即可。

于 2012-07-06T05:44:23.767 回答
0

请先使用 OAuth

> Google Drive applications need these three values for authorization:
> 
> Client ID 
> Client secret 
> redirect URIs
于 2012-07-06T02:42:00.810 回答