Is there a way to store custom metadata in a Google Drive file? -


i writing rsync utility google drive, need way of storing file system specific data files in sort of custom metadata tag. don't see obvious in documentation, wondered if there other facility not highlighted in documentation; overloading of otherwise unused metadata tag. indexabletext comes mind, have no idea intended use is...

https://developers.google.com/drive/v2/reference/files?hl=en

maybe can use properties: https://developers.google.com/drive/properties


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -