Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CommentEntryを評価する方法は?setTotalRating()メソッドがあることは知っていますが、このメソッドを呼び出した後、何をする必要がありますか?service.insert(sth)?
コメントを更新するのはどうですか?
YouTubeService service = new YouTubeService(clientID, developer_key); //Done with authentication...blah...blah...blah... //Done with rating... //Update service.update(new URL(commentURL), commentEntry);