cost 163 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