Reputation: 137
as documented here https://developers.google.com/drive/v2/reference/changes/get
if I GET https://www.googleapis.com/drive/v2/changes/1
{ "error": { "code": 500, "message": null } }
I'm using OAuth 2.0 playground. all my other GET's work fine.
Upvotes: 1
Views: 291
Reputation: 41643
This is a known issue, for which we should have a fix out soon. Sorry about that. You probably don't need to get individual changes though, you could just read the data from the changes feed's items
field.
Upvotes: 1
Reputation: 68
Please use OAuth first
> Google Drive applications need these three values for authorization:
>
> Client ID
> Client secret
> redirect URIs
Upvotes: 0