Google cloud storage - how to limit size of user uploads?
I'm building a service where users can upload images. I want to prevent users from uploading files bigger than 5mb. Right now I create a 'signed url' for cloud storage user PUT and GET requests. Is there any way I can limit the size of a user upload? I don't want users to start uploading extremely large files by mistake or with malicious intent. Kamran There are three ways to control access to Google Cloud Storage buckets and objects: Access Control Lists (ACLs) , which provide a way to specify read or write access for specified Google accounts and groups. Signed URLs (Query String