تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی."],[[["A Channel is a notification mechanism used to monitor resource changes in Google Drive."],["It delivers notifications to a specified address (webhook) with details about the changes."],["Users can customize the channel by defining payload inclusion, notification token, and delivery parameters."],["The `stop` method allows users to cease resource monitoring through the established Channel."]]],["A notification channel (`Channel`) monitors resource changes. It's represented in JSON with fields like `id` (unique identifier), `resourceId` (resource's opaque ID), `resourceUri` (version-specific resource identifier), `type` (delivery mechanism, e.g., \"webhook\"), and `address` (notification destination). Optional fields include `payload` (indicates payload inclusion), `token` (arbitrary string), `expiration` (Unix timestamp), and `params` (key-value pairs for behavior control). The `stop` method ends the channel's monitoring.\n"]]