Can we use external storage in Cloud Run services.
Yes, depending on different use cases you can use filestore or cloud storage. Additionally, if you have a container you can mount the drive with filestore.
With the client library within your code you can access either
Python client library | Google Cloud example for filestore
Class Client (2.17.0) | Python client library | Google Cloud example cloud storage