Reputation: 3360
I am using create_gs_key
to create blobestores keys for files in the cloud storage.
I can't get bloblInfo.
but when I try to get bloblInof from the create_gs_key
returned key , I get blobInfo object(with size,and md5 but without fileName) ?
Upvotes: 2
Views: 449
Reputation: 7054
No it does not create a BlobInfo - it just creates a BlobKey that you can then use in the various functions that accept a BlobKey as their argument.
Upvotes: 2