从谷歌云存储下载文本文件的python脚本,如果我有服务帐户ID和私钥

时间:2017-08-01 08:37:15

标签: python-2.7 python-requests google-cloud-storage boto gsutil

我有三件事:
服务帐户ID,私钥和存储桶名称 我必须从这个桶下载一些文本文件(对象)到我的本地系统。
我需要一个python脚本。

我想要这样的代码:

进口要求
进口boto
import gcs_oauth2_boto_plugin
import os
import shutil
import StringIO
import tempfile
进口时间

gcs_oauth2_boto_plugin.SetFallbackClientIdAndSecret(serviceAccountId,privateKey)

不知道下面的代码。

0 个答案:

没有答案