Exporting Google Cloud Storage files to Google Dri

2019-08-21 18:57发布

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.

1条回答
冷血范
2楼-- · 2019-08-21 19:50

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.

查看更多
登录 后发表回答