我已将此服务帐户密钥( my -key.json)文件存储在我的下载文件夹(ubuntu)中,然后在我的控制台中运行此命令**ERORR** -
(node:13928) UnhandledPromiseRejectionWarning: Error: Could not load the default credentials(/home/hardy/Documents/personal/p
def get_credentials(): credentials= GoogleCredentials.from_json(credentials_json)
if not credentials or credentials.invalid:CLIENT_SECRET_FILE, SCOPES)