We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ee5d0 commit 4f16cf5Copy full SHA for 4f16cf5
gcloud/storage/blob.py
@@ -277,6 +277,11 @@ def delete(self, client=None):
277
def download_to_file(self, file_obj, client=None):
278
"""Download the contents of this blob into a file-like object.
279
280
+ .. note::
281
+
282
+ If the server-set property, :attr:`media_link`, is not yet
283
+ initialized, makes an additional API request to load it.
284
285
:type file_obj: file
286
:param file_obj: A file handle to which to write the blob's data.
287
0 commit comments