Upload
Media upload resumable upload append endpoint.
MediaUpload
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The media identifier for the media to perform the append operation.
Example:
"1146654567674912769"
Body
multipart/form-data
The file to upload.
An integer value representing the media upload segment.
Required range:
1 <= x <= 999
Response
200
application/json
The request has succeeded.
A response from getting a media upload request status.
An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).