Hi, Can anyone give me an idea how a command\function needs to look like for using this command https://developers.google.com/drive/v2/reference/files/touch If It will be used  to touch a file in my Google drive account say for every 5 seconds with a REST API key from my side, And make it work so on the other side where the file's date is to be acquired (and (?) How can it be compared accordingly to the servers time to see when it was last modified like if  =< 5 sseconds then ..) I need