Difference between comment.Patch and comment.Update in Google Drive API -


I went through both the method documents and it seems that both of them do so.

And also note that the patching comment does not require the content , even if it needs to call patches () method.

So, this is the difference between the comment.patch () and comments.update () methods in the Google Drive API?

PS: I am using Google-Drive Java SDK for my implementation.

Thank you.

Patch is used to perform partial performance and while saving some bandwidth, for example , You only want to update a field in the resource.

For more details on patch work and other performance tips, please see the Google Drive SDK document:



Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -