NoMethodError:用于Google :: APIClient的未定义方法`JWTAsserter':带有google-api-client v0.5.0的类

时间:2012-11-02 13:05:35

标签: google-api

我正在尝试授权应用程序拥有的(服务)用户。我在控制台中这样做:

client = Google::APIClient.new
key = Google::APIClient::PKCS12.load_key('/path/to/privatekey.p12', 'notasecret')
service_account = Google::APIClient::JWTAsserter('me@developer.gserviceaccount.com','https://www.googleapis.com/auth/prediction',key)

最后一步失败了:

  

NoMethodError:Google :: APIClient:Class

的未定义方法`JWTAsserter'

我看到版本中报告了类似的问题< 0.44,但我在v 0.5.0

0 个答案:

没有答案