Name the container app on Google Drive iOS DriveKit rows - #2000
Merged
Conversation
The cello.db and comments_snapshot stores are written by a Google library that several Google apps embed, so a store can sit in a container belonging to an app other than Google Drive. Across the registered iOS corpora these appear in Google Drive, Google Docs, Google Sheets, Gmail and Google Chat containers, and in Google Drive File Provider extension containers under Data/PluginKitPlugin. On three images there is no Google Drive container at all, so rows were being reported for a device that does not carry the app. Each artifact now reads the container's own metadata property list and reports the owning bundle id in a Container App column, and the descriptions and notes say the store is a DriveKit one rather than the Google Drive app's. Row selection is unchanged, so counts are the same on every corpus tested. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
abrignoni
force-pushed
the
fix/drivekit-container-attribution
branch
from
August 19, 2026 23:30
eadc287 to
bbb1289
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Names the app container each DriveKit row came from.
The cello.db and comments_snapshot stores are written by a Google library that several Google apps embed, so a store can sit in a container belonging to an app other than Google Drive. In the tested images they appear in Google Drive, Google Docs, Google Sheets, Gmail and Google Chat containers, and in Drive File Provider extension containers under Data/PluginKitPlugin. On three images there is no Google Drive container at all.