Upload to storage bucket directly (bypass webserver) #11920
adiba
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I get an error "Your request was too large to submit successfully" because Google App Engine & Cloud Run do not allow requests bigger than 32MB. So I would have to either upload the file to my storage bucket directly while still submitting file information to payload, thus making two requests, or perform a streamed upload or use
Transfer-Encoding: chunked
.Is this currently supported? If not, can I write a plugin that does these requests?
Beta Was this translation helpful? Give feedback.
All reactions