[null,null,["อัปเดตล่าสุด 2025-02-24 UTC"],[[["The `changes` collection enables efficient tracking of all Google Drive file changes, including those shared with a user."],["To begin tracking changes, retrieve a start page token using `changes.getStartPageToken` and then use it with `changes.list` to get the initial list of changes."],["The `changes.list` method retrieves a chronological list of file changes, and you can use the `nextPageToken` or `newStartPageToken` to fetch subsequent changes."],["Subscribe to change notifications using `changes.watch` to receive updates when new changes are available, and then poll the change feed using `changes.list` to retrieve the actual changes."]]],["Google Drive's `changes` collection efficiently tracks file modifications. To begin, use `changes.getStartPageToken` to get a token representing the current account state, storing it for initial use with `changes.list`. Subsequently, `changes.list` retrieves changes chronologically; `includeRemoved` and `restrictToMyDrive` refine the response. Iterate through pages using `nextPageToken` and store `newStartPageToken` for future use. Lastly, `changes.watch` subscribes to change log updates, prompting a poll of the change feed for details.\n"]]