I transferred a bunch of entities from one application to another. For most of them, the "application" part of the entity key got successfully converted from s~old-app
to s~new-app
. However, there are some bad apples that didn't get converted, causing new-app to throw errors like BadRequestError: app s~old-app cannot access app s~new-app's data
.
How can I find these items and fix them?