Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cloud Run Request Limit

Currently, Cloud Run has a request limit of 32 Mb per request, which makes it impossible to upload files like videos (which placed with no changes to GCP Storage). Meantime All Quotas page doesn't list this limitation as the one you can request an increase from support. So question is - does anyone know how to increase this limit or how to make it possible (uploading video and bigger files) to Cloud Run with given limitation?

like image 459
Selvatico Avatar asked May 12 '26 16:05

Selvatico


1 Answers

Google recommended best practice is to use Signed URLs to upload files, which is likely to be more scalable and reliable (over flaky networks) for file uploads:

see this url for further information: https://cloud.google.com/storage/docs/access-control/signed-urls

like image 51
Parth Mehta Avatar answered May 15 '26 06:05

Parth Mehta



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!