O estado atualizado do drive compartilhado. Presente se o changeType for drive, o usuário ainda for participante do drive compartilhado e ele não tiver sido excluído.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-09-03 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"]]