update api.md
This commit is contained in:
parent
244c19b850
commit
d46cf006a3
1 changed files with 1 additions and 2 deletions
|
@ -362,8 +362,7 @@ any.
|
||||||
|
|
||||||
The progress and chunk coordination of the upload process will be coordinated
|
The progress and chunk coordination of the upload process will be coordinated
|
||||||
through the `Range` header. While this is a non-standard use of the `Range`
|
through the `Range` header. While this is a non-standard use of the `Range`
|
||||||
header, there are examples of [similar approaches](https://developers.google.c
|
header, there are examples of [similar approaches](https://developers.google.com/youtube/v3/guides/using_resumable_upload_protocol) in APIs with heavy use.
|
||||||
om/youtube/v3/guides/using_resumable_upload_protocol) in APIs with heavy use.
|
|
||||||
For an upload that just started, for an example with a 1000 byte layer file,
|
For an upload that just started, for an example with a 1000 byte layer file,
|
||||||
the `Range` header would be as follows:
|
the `Range` header would be as follows:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue