We have a file, which is a form that we cannot call revisions.list. It’s hard for us to fully confirm that looking at our application logs, we have signs that in the past this could have worked and started with an error on the 5PM PST on 7/25/2013.
Is revisions.list version API supported for forms?
GET https://www.googleapis.com/drive/v2/files/0Aq0B5MZWpxqydGdfQUVzSzFOQnNWYUtQUG9FMTRyNWc/revisions?key={YOUR_API_KEY} Authorization: Bearer [DELETED] X-JavaScript-User-Agent: Google APIs Explorer 400 Bad Request - Show headers - { "error": { "errors": [ { "domain": "global", "reason": "badRequest", "message": "File does not support revisions" } ], "code": 400, "message": "File does not support revisions" } }
source share