将Heroku环境变量写入JSON文件

时间:2019-03-06 02:05:42

标签: python python-3.x heroku pydrive

Pydrive似乎仅接受json文件作为授权Google服务帐户的输入。 我将这些凭据存储在Heroku环境变量中。我正在将环境变量写入json文件。

double

但是当我尝试调用'creds.json'

public void testOneParameterWithShapeB() {
  double result = sut.oneParameter("B", 1.0);
  //TODO check the result
}

我收到一条错误消息:AttributeError:'str'对象没有属性'get'

任何帮助将不胜感激!

0 个答案:

没有答案