-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GAE-S] can't upload zip files #734
Comments
@jasonpolites Any help on this? |
App Engine has a 32MB file size (POST BODY) limit (https://cloud.google.com/appengine/quotas, search for "Incoming bandwidth"). We have some docs in Cloud Functions for how to do "large" file uploads that should work in App Engine without much re-work https://cloud.google.com/functions/docs/writing/http#file_uploads_using_cloud_storage |
Hey @jasonpolites Neither of the attached files are more than 30MB (including the whole POST body). On such files I am getting the proper error The code I am using is the same as in the example here: Not sure what I am doing wrong. cc: @jmdobry Gonna try the cloud-functions method. |
Using signed URLs worked fine. If I get time, I will add a PR for the signed-urls sample for app engine too. |
🤖 I have created a release \*beep\* \*boop\* --- ### [4.1.2](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.1.1...v4.1.2) (2021-05-05) ### Bug Fixes * **deps:** update dependency pprof to v3.1.0 ([#731](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/731)) ([ba96e49](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/ba96e49a2d254d713d55f16bedbf6a5268500801)) * **deps:** update dependency protobufjs to ~6.11.0 ([#733](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/733)) ([33abbeb](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/33abbebe1e6424658a66cdb728b93875d4edadd3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release \*beep\* \*boop\* --- ### [4.1.2](https://www.github.com/googleapis/cloud-profiler-nodejs/compare/v4.1.1...v4.1.2) (2021-05-05) ### Bug Fixes * **deps:** update dependency pprof to v3.1.0 ([#731](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/731)) ([ba96e49](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/ba96e49a2d254d713d55f16bedbf6a5268500801)) * **deps:** update dependency protobufjs to ~6.11.0 ([#733](https://www.github.com/googleapis/cloud-profiler-nodejs/issues/733)) ([33abbeb](https://www.github.com/googleapis/cloud-profiler-nodejs/commit/33abbebe1e6424658a66cdb728b93875d4edadd3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
* test: fix sample test for listJobs * test: fix sample test for listJobs * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Using the example here to upload a file works totally fine from local (to gs) but won't work for zip files when deployed to app engine (standard). Only change made to file is to increase the limit to 1 GB on this line.
Attached are the sample zip files:
FL_insurance_sample.csv.zip
SampleZIPFile_10mbmb.zip
Not sure what I am doing wrong.
The text was updated successfully, but these errors were encountered: