コミュニティ

Authantication Error at resultUrl 回答済み

 

Hello, I am receiving following error message when I try to access to the resultUrl

 

"Authentication information is not given in the correct format. Check the value of Authorization header."

 

Here is my steps..

1. https://cloud.ocrsdk.com/processTextField (or I tried processImage as well) (status="Queued")

2. https://cloud.ocrsdk.com/getTaskStatus?taskId=XXXXXXXX (status="Completed") 

3. resultUrl = https://ocrsdk.blob.core.windows.net/files/e8697565-b887-47a7-acde-289bada97cfa.result?sv=2012-02-12&se=2017-04-21T20%3A00%3A00Z&sr=b&si=downloadResults&sig=wW%2FWg0OP0blGP933WCFQ18pxNn5wQr1AD0pQuCvo3Ro%3D

(Auth Error Here)

I am using same Authorization header for each connections. But I am getting Auth error only for requestUrl

Is there anything else that I am missing?

Please help.

 

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

3件のコメント

  • Avatar
    Permanently deleted user

    The request of the result (i.e. the URL like https://ocrsdk.blob.core.windows.net/...) should have no the Authorization headers. If they are included in the request, Azure Storage returns this error message. Please check this and let us know about the result.

    0
  • Avatar
    Permanently deleted user

    It worked. Thank you:)

    0
  • Avatar
    Permanently deleted user

    I am not getting status= Completed. I have done the same process

    0

サインインしてコメントを残してください。