Storage: download_as_string documentation says that it downloads a string, instead of bytes #9290
Labels
api: storage
Issues related to the Cloud Storage API.
type: docs
Improvement to the documentation for an API.
For google-cloud-storage, in the documentation for
download_as_string()
method on blobs, it says on line 715:This is not true. The confusingly named method downloads the content as bytes, not string.
On line 731, the return type is correctly declared as bytes, but reading the documentation, you are still presented with conflicting information.
The text was updated successfully, but these errors were encountered: