Google Storage Service Auth不适用于cron作业

时间:2018-07-16 10:35:41

标签: google-cloud-storage google-compute-engine google-iam

我有这个script.sh文件,可以将文件上传到G存储空间

gcloud auth  activate-service-account production-storage@123-testing.iam.gserviceaccount.com --key-file /opt/key.json

gsutil  cp  /tmp/sampeFile gs://mybuket/backup/1/

当我使用终端执行它时,它可以正常工作并将文件上传到Google存储空间

但是当我使用cron作业运行脚本时,* * * * * /opt/script.sh脚本被执行,但是文件没有上载到G存储区

也不会打印错误。

我在做什么错。请求帮助?

0 个答案:

没有答案