cost 176 ms
Getting cors errors when trying to perform a single chunk resumable upload to google cloud storage using gcs json api, axios, vue3, quasar and node14

[英]Getting cors errors when trying to perform a single chunk resumable upload to google cloud storage using gcs json api, axios, vue3, quasar and node14

我正在嘗試通過 gcs、node、vue 每個https://cloud.google.com/storage/docs/performing-resumable-uploads執行單個塊可恢復上傳。 我能夠生成signedUrl,但是當我嘗試通過客戶端放置或發布到signedUrl 時出現錯誤。 ...

如何使用 NodeJS (NestJS) 進行可恢復的上傳到 Google Cloud Storage (GCS)?

[英]How to make a resumable upload using NodeJS (NestJS) to Google Cloud Storage (GCS)?

我在將 NestJS 中的可恢復上傳服務制作到 GCS 時遇到了問題。 場景是,客戶端從前端上傳文件,然后在后端將文件直接發送到 GCS,而無需將其臨時存儲在 BE 服務器上。 這是我正在使用的代碼片段。 在createWriteStream 上,我包含了選項可恢復:true但它似乎沒有按預 ...

谷歌瀏覽器和類似瀏覽器是否支持標准下載的范圍標頭

[英]Does google chrome and similar browsers support range headers for standard downloads

我的初始響應標頭 - 注意 Accept-Ranges header 然后我重新啟動服務器並單擊 chrome 中的恢復下載,但 chrome 不會在Range請求標頭中發回我正在關注Mozilla 網站上的文檔我是否錯過了 header 或誤解了它是如何工作的,尤其是對於 chrome 和其他瀏覽 ...

Autodesk Forge - 將文件作為塊上傳到 Node JS 中的 BIM 360 存儲時出現 504 網關超時

[英]Autodesk Forge - 504 Gateway Timeout when uploading file as chunks to BIM 360 storage in Node JS

當我嘗試使用 Autodesk forge 中的PUT object 可恢復 API 端點以“塊”上傳大文件時,出現 504 網關超時。 https://forge.autodesk.com/en/docs/data/v2/reference/http/buckets-:bucketKey-obj ...

使用Google Cloud的JAVA庫並行上傳和撰寫

[英]Parallel upload and composition using JAVA libraries of google cloud

我可以使用Google雲庫進行可恢復的上傳。 但是它以順序方式上傳塊。 有什么辦法可以使上傳並行化,然后使用客戶端庫在Gsutil中使用撰寫操作? 。 我在某處讀到Google客戶端庫不是線程安全的。 我知道可以使用API​​調用來做同樣的事情,但是我不想對同一個api進行 ...

使用 Google Cloud Storage 的可恢復上傳會話 uri 請求

[英]Resumable upload session uri request with Google Cloud Storage

我正在嘗試使用 Google Cloud Storage JSON API 生成可恢復的會話 uri。 按照文檔,我將以下 curl 命令放在一起,以僅滿足所需的參數 但是,這會超時並且服務器永遠不會響應。 請注意,僅當還發送文件元數據時才需要Content-Type 。 我也嘗試過添加元數據和 ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM