Error putting blob image:Azure - Unity3D2017/Unity3D2018
Error putting blob image:AuthenticationFailed2
image/png
x-ms-blob-content-disposition:attachment; filename="18-07-05-21-09-44-30.png"
x-ms-blob-type:BlockBlob
x-ms-date:Thu, 05 Jul 2018 21:09:46 GMT
x-ms-version:2017-04-17
/unityazureblobst/blobunity/18-07-05-21-09-44-30.png'.</AuthenticationErrorDetail></Error>
UnityEngine.Debug:LogError(Object)
Log:Text(Text, String, String, Level) (at Assets/Utilities/Log.cs:30)
ImageDemo:PutImageCompleted(RestResponse) (at Assets/Demos/Image/ImageDemo.cs:85)
RESTClient.RestRequest:GetText(Action1, Boolean) (at Assets/Dependencies/RESTClient/http/RestRequest.cs:282) RESTClient.RestRequest:Result(Action1) (at Assets/Dependencies/RESTClient/http/RestRequest.cs:269)
Azure.StorageServices.<PutBlob>c__IteratorA:MoveNext() (at Assets/Dependencies/StorageServices/BlobService.cs:132)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
I've the very same issue. Although samples from StorageServiceDemo project work, but whenever I'm incorporating it to my project I'm getting the MAC signature error as you.
what is the MAC OS X and Unity3D Version?
I'm encountering it on Win 10 actually, Unity is 2017.4.7f1.
@ganusajjan I got it working. Check out this issue: https://github.com/Unity3dAzure/RESTClient/issues/4
There was a bug introduced in the newest version of RESTClient.
@ganusajjan try now (update RESTClient to the newest one).