Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google クラウド ストレージを使用しています。合計使用容量はどこで確認できますか? 合計使用量がメガバイト単位またはギガバイト単位で示されているダッシュボードの場所が見つからないようです。
gsutilコマンドラインユーティリティがインストールされていますか? その場合、gsutil duコマンドを使用して、オブジェクトとバケットに使用されているスペースを確認できます。
gsutil
gsutil du
たとえば、gsutil du -s gs://my-bucket-name/動作するはずです。
gsutil du -s gs://my-bucket-name/
https://cloud.google.com/storage/docs/gsutil/commands/du