我试图使用CSV将一个GoogleCloud Function文件发送到SFTP服务器。在Secret Manager中,我将Secret value上传到Secret Manager中,并在Google函数中使用该值作为Environment variable。Error message: Error: please examine your function logs to see the error cause: https://cloud.google.co
我在一个可以访问所有云API的Google Compute Engine实例上执行此操作。并且我正在使用服务帐户进行身份验证这就是我正在执行的代码#from google.cloud import storagefrom google.oauth2 import service_account
# using old vers