Skip to content
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

App engine upload limits #1268

Closed
VikramTiwari opened this issue Apr 27, 2016 · 3 comments
Closed

App engine upload limits #1268

VikramTiwari opened this issue Apr 27, 2016 · 3 comments
Assignees
Labels
api: storage Issues related to the Cloud Storage API. type: question Request for information or clarification. Not an issue.

Comments

@VikramTiwari
Copy link

Hey guys - Was trying to upload large assets to app engine. Here are quick details:

When I am under file limits, everything is working as expected. I get the file in temporary location on instance, push it to GS and delete the file. When going over limits, I get HTTP error with status code 413
I stumbled across this while trying to debug. But of no help as I am utilizing both suggestions. Any help?

@jgeewax
Copy link
Contributor

jgeewax commented Apr 27, 2016

Hi @VikramTiwari -- how exactly are you using gcloud-node? I don't think there's a whole lot here that's AppEngine specific.

If you're trying to send a file from a browser -> App Engine app -> Google Cloud Storage via gcloud-node, you will have to deal with the App Engine limits which we can't really control.

@VikramTiwari
Copy link
Author

@jgeewax Yeah! That's the way I am doing it. Is there a way I can take file directly from browser to GS?

@stephenplusplus
Copy link
Contributor

I put a repo together a while ago that has some examples of how to do just that! https://github.com/stephenplusplus/gcloud-upload-example/blob/master/server.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

3 participants