Method: photoSequence.startUpload
คำขอ HTTP
POST https://streetviewpublish.googleapis.com/v1/photoSequence:startUpload
URL ใช้ไวยากรณ์การแปลง gRPC
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ UploadRef
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/streetviewpublish
ดูข้อมูลเพิ่มเติมได้ที่ภาพรวมของ OAuth 2.0
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-12-01 UTC
[null,null,["อัปเดตล่าสุด 2023-12-01 UTC"],[[["This process outlines how to upload photo sequence data to Street View Publish using an upload session."],["An upload session is initiated with an HTTP POST request to a specified URL, requiring an empty request body."],["A successful request returns an `UploadRef` used to upload the actual data and later create the `PhotoSequence` object."],["Authorization requires the `https://www.googleapis.com/auth/streetviewpublish` OAuth scope."]]],["This content outlines the process of uploading photo sequence data. A `POST` request to `https://streetviewpublish.googleapis.com/v1/photoSequence:startUpload` initiates an upload session, requiring an empty request body. A successful response provides an `UploadRef` URL. This URL is used to upload the `photoSequence` data. After completion, the `UploadRef` and `photoSequence.create` are used to create the `PhotoSequence` object entry, requiring the `https://www.googleapis.com/auth/streetviewpublish` OAuth scope.\n"]]