After adding a new library in my local environment and deploying to GCP I got the following error.
$ gcloud app deploy
ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: This deployment has too many files. New versions are limited to 10000 files for this app.
- '@type': type.googleapis.com/google.rpc.BadRequest
fieldViolations:
- description: This deployment has too many files. New versions are limited to 10000
files for this app.
field: version.deployment.files[...]
I think this error can be avoided by sending a cap increase request, but I've never done that so I don't know what to do. How can I raise the limit?