英語だとこうなる。

Your archive is too large to view here Since the amount of data in your archive is larger than 50 GB, you won’t be able to see it in this view. However, you can still see your archive in the data folder.

対処方法

manifest.js を開き、

"archiveInfo" : {
  "sizeBytes" : "53699735021",
  "generationDate" : "2026-07-11T04:19:00.558Z",
  "isPartialArchive" : false,
  "maxPartSizeBytes" : "107374182400"
},

に書き換える。

必ず自分のアーカイブの sizeBytes の値を確認して書き換えること。

そしたら多分、表示できる。

maxPartSizeBytesisPartialArchive が悪さをしているので、maxPartSizeBytes は 50 GB より大きい値にして、isPartialArchivefalse にする。

分割してダウンロードしている場合は、2つ目以降のファイルはこれではうまくいかない。

何かしら対処する必要があるだろう。