Forum Discussion

sivab's avatar
sivab
Frequent Visitor
7 years ago
Solved

Status code: 416, description: 'The range specified is invalid for the current size of the resource.

"Status code: 416, description: 'The range specified is invalid for the current size of the resource.'." I am trying to get the data from Azure blob storage. But it genarates the above error code... Can any one help me..?

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi sivab ,

    According to document of azure storage error message, it seems like you are configure a wrong byte range to receive azure blob store data stream. 

    Microsoft Azure Storage Extension Error Codes

    Code: 416 ‘Requested Range Not Satisfiable’
    Message: The specified byte range is invalid or unavailable.

    Please understand that this link is provided with no warranties or guarantees of content changes, and confers no rights.

    Maybe you can take a look at following link to know more about configure request header:

    Specifying the Range Header for Blob Service Operations

    If above not help, can you please share more detail information about how to get data and configuration?

    How to Get Your Question Answered Quickly

    Regards,

    Xiaoxin Sheng