I'm attempting to get revision histories for google drive (actually, docs) files using the Google Drive .NET SDK. I can get the metadata for a list of revisions for a given file just fine, but it appears that for any given Revision, the DownLoadUrl field is always null, and the ExportLinks all point back to the most recent complete version of the doc (i.e., not to the revision indicated by the metadata).
Any suggestions? Is this just how it works? I've noticed that the return value in the API explorer for the Revision object behaves in the same way.
https://developers.google.com/drive/v2/reference/revisions/get
Thanks in advance!