b2blaze icon indicating copy to clipboard operation
b2blaze copied to clipboard

Reading Returned Object

Open JohnDotOwl opened this issue 6 years ago • 0 comments

file_by_name = bucket.files.get(file_name='folder/hello.txt')

<b2blaze.models.b2_file.B2File object at 0x7f1249800000>

How do I read the information like file name, URL etc?

JohnDotOwl avatar Jul 25 '19 06:07 JohnDotOwl