google-cloud-powershell icon indicating copy to clipboard operation
google-cloud-powershell copied to clipboard

Get-GcsObject - File Name Missing

Open Rob-S opened this issue 2 years ago • 1 comments

When Get-GcsObject returns a list of objects, the "Name" field is missing. Other fields are populated. gsutil returns the file names, but Get-GcsObject does not.

Screenshot_2023-05-12_105211

Rob-S avatar May 15 '23 21:05 Rob-S

As of January, 2025, there still are no values under the "Name" column heading when executing Get-GcsObject. However, by adding "Format-Table" with the exact same columns as default, the Name column winds up being populated.

Image

Rob-S avatar Jan 15 '25 21:01 Rob-S