I have been working on google drive sync mechanism. I am using Google Drive Python SDK for it. The issue i am having is that the google SDK does not return headRevisionId is file resource's metadata if the file is google MimeType i.e it has been created with google docs. Its important for me to store headRevisionId.
Files which are uploaded by user from his local machine does have headRevisionId in its metadata. this issue is for only those google docs.
How do i get headRevisionId of such files. any workaround for this?
Thanks Akif