REST Resource: edits.expansionfiles
资源:ExpansionFile
扩展文件。ExpansionFilesService 的资源。
JSON 表示法 |
{
"referencesVersion": integer,
"fileSize": string
} |
字段 |
referencesVersion |
integer
如果设置,此 APK 的扩展文件会引用另一个 APK 的扩展文件。将不会设置 fileSize 字段。
|
fileSize |
string (int64 format)
如果设置此字段,则表示此 APK 已上传了扩展文件:此 APK 不会引用其他 APK 的扩展文件。此字段的值是上传的扩展文件的大小(以字节为单位)。
|
方法 |
|
获取指定 APK 的扩展文件配置。 |
|
修补了 APK 的扩展文件配置,以引用其他 APK 的扩展文件。 |
|
更新 APK 的扩展文件配置,以引用其他 APK 的扩展文件。 |
|
上传新的扩展文件并将其附加到指定的 APK。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["An ExpansionFile resource defines the configuration for expansion files associated with an APK in Google Play."],["It allows an APK to either reference another APK's expansion file or have its own expansion file uploaded."],["Developers can manage expansion files using methods like get, patch, update, and upload to retrieve, modify, or add expansion file configurations for their APKs."],["The `referencesVersion` and `fileSize` fields in the JSON representation determine if an APK references another expansion file or has its own uploaded file with the specified size."]]],["Expansion files are configured with `referencesVersion` (referencing another APK's file) or `fileSize` (indicating an uploaded file's size in bytes). Key actions include: fetching an APK's expansion file configuration via `get`, modifying it to reference another file with `patch` or `update`, and uploading a new expansion file using `upload`. The JSON representation shows a file size and references version.\n"]]