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) ?
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) ?
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.