I would like to know two things about an API to download a derivative file:
- Is there any case in which I get status code 206 (PARTIAL CONTENT) when I send a request without specifying Range in header?
- If the answer is YES, what is the reason (e.g., the requested derivative file is too large)?