Close httplib2 connections.
upload(name, body=None, media_body=None, media_mime_type=None, x__xgafv=None)
Upload a new package to an existing item.
close()
Close httplib2 connections.
upload(name, body=None, media_body=None, media_mime_type=None, x__xgafv=None)
Upload a new package to an existing item.
Args:
name: string, Required. Name of the item to upload the new package to in the form `publishers/{publisherId}/items/{itemId}` (required)
body: object, The request body.
The object takes the form of:
{ # Request message for UploadItemPackage.
}
media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for `UploadItemPackage`.
"crxVersion": "A String", # The extension version provided in the manifest of the uploaded package. This will not be set if the upload is still in progress (`upload_state` is `UPLOAD_IN_PROGRESS`).
"itemId": "A String", # Output only. The ID of the item the package was uploaded to.
"name": "A String", # The name of the item the package was uploaded to.
"uploadState": "A String", # Output only. The state of the upload. If `upload_state` is `UPLOAD_IN_PROGRESS`, you can poll for updates using the fetchStatus method.
}