
Set to the number of bytes you are uploading. Set to one of the method's accepted upload media data types, specified in the API reference. The HTTP headers to use when making a simple upload request include: For example: POST packageName/edits/ editId/listings/ language/ imageType?uploadType=media The method's /upload URI and add the query parameter To use simple upload, make a POST or PUT request to This might be true if you plan to send metadata for this resource in a separate request, or if no metadata is supported or available. The file is small enough to upload again in its entirety if the connection fails.The most straightforward method for uploading a file is by making a simple upload request. POST /androidpublisher/v3/applications/ packageName/edits/ editId/listings/ language/ imageType You can use this URI when creating or updating metadata values. If the resource contains anyĭata fields, those fields are used to store metadata describing the uploadedįile. The standard resource URI, for the metadata. Use this URI whenĮxample: POST /upload/androidpublisher/v3/applications/ packageName/edits/ editId/listings/ language/ imageType Standard resource URI with an “/upload” prefix. In fact, methods that support media uploads have two URI endpoints: When you upload media, you use a special URI. This is a good strategy to use for most applications, since it also works for smaller files at the cost of one additional HTTP request per upload. With this method, you use a session initiating request, which optionally can include metadata. For reliable transfer, especially important with larger files. Resumable upload: uploadType=resumable.For quick transfer of smaller files and metadata transfers the file along with metadata that describes it, all in a single request. Multipart upload: uploadType=multipart.

For quick transfer of smaller files, for example, 5 MB or less. Specify the method you are using with the uploadType request parameter. You can make upload requests in any of the following ways.

The Google Play Developer API allows you to upload images, apks or expansionfiles for an edit.
