Method: replies.create
Membuat balasan untuk komentar.
Permintaan HTTP
POST https://www.googleapis.com/drive/v3/files/{fileId}/comments/{commentId}/replies
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
fileId |
string
ID file.
|
commentId |
string
ID komentar.
|
Isi permintaan
Isi permintaan memuat instance Reply
.
Isi respons
Jika berhasil, isi respons memuat instance Reply
yang baru dibuat.
Cakupan otorisasi
Memerlukan salah satu cakupan OAuth berikut:
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.file
Beberapa cakupan dibatasi dan memerlukan penilaian keamanan agar aplikasi Anda dapat menggunakannya. Untuk informasi selengkapnya, lihat Panduan otorisasi.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-04 UTC.
[null,null,["Terakhir diperbarui pada 2024-09-04 UTC."],[[["Creates a reply to an existing comment on a Google Drive file."],["Requires providing the file ID and comment ID as path parameters."],["Utilizes a `POST` request to `https://www.googleapis.com/drive/v3/files/{fileId}/comments/{commentId}/replies` with a request body containing the reply details."],["Returns the newly created reply object in the response if successful."],["Needs authorization with specific OAuth scopes related to Drive access."]]],[]]