简体   繁体   English

适用于Google云端存储和大文件的Python客户端

[英]Python Client for Google Cloud Storage and large files

In the documentation , there is no hard limits on file sizes but when I try to upload 100MB files, it fails without any error logs on administration portal. 文档中 ,文件大小没有严格限制,但是当我尝试上传100MB文件时,它会失败,并且在管理门户上不会出现任何错误日志。 Has anyone see this before? 有人看过吗? What's the best way to upload large files (100MB+ < 2GB) on app engine? 在应用引擎上上传大文件(100MB + <2GB)的最佳方法是什么?

The documentation states the following: 该文档指出以下内容:

Incoming Bandwidth: The amount of data received by the application from requests. 传入带宽:应用程序从请求接收的数据量。 Each incoming HTTP request can be no larger than 32MB. 每个传入的HTTP请求都不能大于32MB。

This includes: 这包括:

Data received by the application in secure requests and non-secure requests 应用程序在安全请求和非安全请求中收到的数据

Uploads to the Blobstore 上载到Blobstore

Data received in response to HTTP requests by the URL fetch service URL提取服务响应HTTP请求而接收的数据

https://cloud.google.com/appengine/docs/quotas#Requests https://cloud.google.com/appengine/docs/quotas#Requests

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM