Is there a way to export Google Cloud Storage files to Google Drive using Python?
I was doing the Google Dataflow tutorial using the Google Shell, which is basically a single apache_beam command. I noticed that the command takes an output destination which is a Google Storage location. I wanted to know if, after the command is run, does Google provide a way to take the output and export it to Google Drive.
Google does not have any mechanism in place for developers to allow for movement of files between their services.
You will need to download your file from Google cloud to your own machine then upload it to google drive.