I am working on a Google Drive sync mechanism. I am using the Google Drive SDK for Python. The problem I am facing is that the Google SDK does not return headRevisionId - it is the metadata of the resource files if the file is google MimeType, i.e. it is created with google docs. It is important for me to keep headRevisionId.
Files that are downloaded by the user from his local machine have headRevisionId in their metadata. this problem only applies to google docs.
How to get headRevisionId from such files. any workaround for this?
Thanks Akif
source share