我正在使用 Google Api Java 客户端使用服务帐户 ( https://code.google.com/p/google-api-java-client/wiki/OAuth2#Service_Accounts ) 登录到我的应用程序,但是当我想升级时到 15.0rc(或 14.0)我有一些问题:
在线上:
GoogleCredential credential = new GoogleCredential.Builder().setTransport(HTTP_TRANSPORT)
日食 说:
The type com.google.api.client.auth.oauth2.Credential$Builder cannot be resolved. It is indirectly referenced from required .class files
添加:
google-api-client-1.15.0-rc.jar
google-oauth-client-1.15.0-rc.jar
google-http-client-1.15.0-rc.jar
清洁,重建......没有任何工作。
任何想法?