Skip to main content

expansionfiles

Overview

Nameexpansionfiles
TypeResource
Idgoogledevelopers.androidpublisher.expansionfiles

Fields

NameDatatypeDescription
referencesVersionintegerIf set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.
fileSizestringIf set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes.

Methods

NameAccessible byRequired ParamsDescription
edits_expansionfiles_getSELECTapkVersionCode, editId, expansionFileType, packageNameFetches the expansion file configuration for the specified APK.
edits_expansionfiles_patchEXECapkVersionCode, editId, expansionFileType, packageNamePatches the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.
edits_expansionfiles_updateEXECapkVersionCode, editId, expansionFileType, packageNameUpdates the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.
edits_expansionfiles_uploadEXECapkVersionCode, editId, expansionFileType, packageNameUploads a new expansion file and attaches to the specified APK.