Method: internalappsharingartifacts.uploadapk
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
อัปโหลด APK ไปยังการแชร์แอปภายใน หากคุณใช้ไลบรารีของไคลเอ็นต์ Google API โปรดเพิ่มระยะหมดเวลาของคำขอ http ก่อนที่จะเรียกใช้ปลายทางนี้ (แนะนำให้กำหนดระยะหมดเวลาที่ 2 นาที)
โปรดดูตัวอย่างในการหมดเวลาและข้อผิดพลาดใน Java
คำขอ HTTP
- อัปโหลด URI สำหรับคำขออัปโหลดสื่อ:
POST https://androidpublisher.googleapis.com/upload/androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/apk
- URI ข้อมูลเมตาสำหรับคำขอที่มีเฉพาะข้อมูลเมตา:
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/apk
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
packageName |
string
ชื่อแพ็กเกจของแอป
|
เนื้อหาของคำขอ
เนื้อความของคำขอมีอินสแตนซ์ของ Media
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ InternalAppSharingArtifact
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/androidpublisher
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-08-22 UTC"],[[["Uploads an APK to internal app sharing for testing purposes within your organization."],["Requires a `packageName` to identify the application and uses a `Media` object for the APK file."],["Returns an `InternalAppSharingArtifact` object with details about the uploaded artifact upon successful completion."],["Utilizes the `androidpublisher` OAuth scope for authorization to access and manage your application."],["It's recommended to increase the HTTP request timeout when using Google API client libraries due to potential upload time."]]],[]]