Search code examples
google-cloud-platformgoogle-cloud-storagegoogle-cloud-run

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?


Solution

  • 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