Method: photoSequence.startUpload
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Fotoğraf dizisi verilerini yüklemeye başlamak için bir yükleme oturumu oluşturur. Döndürülen UploadRef öğesinin yükleme URL'si, photoSequence öğesinin verilerini yüklemek için kullanılır.
Yükleme işlemi tamamlandıktan sonra UploadRef, photoSequence.create ile birlikte kullanılarak PhotoSequence nesne girişi oluşturulur.
HTTP isteği
POST https://streetviewpublish.googleapis.com/v1/photoSequence:startUpload
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
İstek metni
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, UploadRef öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/streetviewpublish
Daha fazla bilgi için OAuth 2.0 Overview sayfasına bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-11-20 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-11-20 UTC."],[],["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"]]