[[["সহজে বোঝা যায়","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 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `Change` resource represents a change to a file or shared drive, providing details like the change type, time, and affected file or drive ID."],["It includes fields for identifying the resource, whether it was removed, details about the file or drive, and timestamps."],["You can use the `getStartPageToken`, `list`, and `watch` methods to manage and track these changes."],["Deprecated fields like `type`, `teamDriveId`, and `teamDrive` have been replaced with `changeType`, `driveId`, and `drive` respectively."]]],["The core content defines a \"Change\" resource, representing modifications to files or shared drives. Changes are captured with attributes like `kind`, `removed`, `fileId`, `time`, `driveId`, and `changeType`. `file` and `drive` objects detail the updated state. Three actions are available: `getStartPageToken` to initiate listing, `list` to retrieve changes, and `watch` to subscribe to changes. Some fields ( `type`, `teamDriveId`, `teamDrive`) are deprecated, replaced by `changeType` and `driveId`, and `drive` respectively.\n"]]