Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error putting blob image:Azure - Unity3D2017/Unity3D2018 #7

Open
ganusajjan opened this issue Jul 5, 2018 · 5 comments
Open

Error putting blob image:Azure - Unity3D2017/Unity3D2018 #7

ganusajjan opened this issue Jul 5, 2018 · 5 comments

Comments

@ganusajjan
Copy link

ganusajjan commented Jul 5, 2018

screen shot 2018-07-06 at 2 42 58 am

Error putting blob image:AuthenticationFailedServer failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:85f41450-901e-002a-33a4-14553a000000 Time:2018-07-05T21:09:46.9683350ZThe MAC signature found in the HTTP request 'JTS6K4SeTm3KC/IVPOa6b5ejmfA590xr+qR+yehQdTA=' is not the same as any computed signature. Server used following string to sign: 'PUT

2

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'.
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.c__IteratorA:MoveNext() (at Assets/Dependencies/StorageServices/BlobService.cs:132)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)

@ganusajjan ganusajjan changed the title Error putting blob image:Unity3D2017/Unity3D2018 Error putting blob image:Azure - Unity3D2017/Unity3D2018 Jul 5, 2018
@rafek
Copy link

rafek commented Jul 19, 2018

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.

@ganusajjan
Copy link
Author

what is the MAC OS X and Unity3D Version?

@rafek
Copy link

rafek commented Jul 19, 2018

I'm encountering it on Win 10 actually, Unity is 2017.4.7f1.

@rafek
Copy link

rafek commented Jul 20, 2018

@ganusajjan I got it working. Check out this issue: Unity3dAzure/RESTClient#4

There was a bug introduced in the newest version of RESTClient.

@rafek
Copy link

rafek commented Jul 20, 2018

@ganusajjan try now (update RESTClient to the newest one).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants