Suppose I deploy a Google Cloud Function with Python 3 to download an object from Google Cloud Storage. The code to download an object is documented here. My question is: if I call this function, where does the file get downloaded to? Can I use it then "locally" in the same script after downloading it?
My specific goal is to download a .mp3
file and then using mutagen to read its metadata.