标签: google-api-client
在我的项目中,我想在Google云端硬盘上创建文件。我为我的项目创建了API密钥并将其添加到Manifest文件中。但是当我使用googleapiclient.connect()连接googleapiclient时,它会给出
googleapiclient.connect()
error.ConnectionResult{statusCode=SIGN_IN_FAILED, resolution=null,message=null}
在onConnectionFailed内。 请为上述问题提供解决方案
onConnectionFailed