I have a task (python operator). The task does the following:
- Download file from Google Cloud Storage
- Do something with the file
- Upload another file to Google Cloud Storage
I have 2 questions:
-
I download the file using the code sample from Downloading objects | Cloud Storage | Google Cloud
If I do so, where do I find the downloaded file? So what is the path to the downloaded file? -
Where do I set my google cloud credentials?