Oleg T7651

No Rank
Points: 0
Tried to get Blob Properties
Using code like this:
TAzureBlobService * blob_service = new TAzureBlobService(azure_conn);
TCloudResponseInfo * cloud_resp = new TCloudResponseInfo();
TQueuePropertyArray props;
props = blob_service->GetBlobProperties("global", "binaries\\1.bmp","","",cloud_resp);
int i=0;
for ( int i=0;i
log_trace("%s=%s", props.Key, props.Value);
}
I am always getting exception like this:
No Mapping for the Unicode Character Exists in the target multi-byte code page.
I can download Blob just file using GetBlob, but getting properties is a problem. if Blob don't exists I get no exceptions and Cloud response info set to 404 properly with error text Blob not found. But if Bob exists I am always getting an exception. What is the problem here ?
Read More...
Basic Information
-
Gender
Male -
About me
Running Dev. Teams.
Contact Information
-
Country
United States -
Website
http://blackboard.com