Exporting Google Cloud Storage files to Google Drive

此生再无相见时 提交于 2019-12-24 20:32: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:


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.



来源:https://stackoverflow.com/questions/54112122/exporting-google-cloud-storage-files-to-google-drive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!