strings
strings

Reputation: 137

google drive sdk drive/v2/changes/get 500 error

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

Answers (2)

Ali Afshar
Ali Afshar

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

nomaka
nomaka

Reputation: 68

Please use OAuth first

> Google Drive applications need these three values for authorization:
> 
> Client ID 
> Client secret 
> redirect URIs

Upvotes: 0

Related Questions