需要数据连接才能连接到Google Play服务

时间:2014-12-18 07:09:38

标签: android google-play-services google-api-client google-drive-android-api

我在我的Activity中使用GoogleApiClient将文件上传到驱动器。实例化GoogleApiClient,并在onCreate of Activity上连接,然后在onDestroy f上断开连接。当我启动活动时,会显示一个对话框,因为"网络错误:需要数据连接才能连接到Google Play服务"。

  1. 互联网连接是否必须连接GoogleApiClient?
  2. 每次启动我的活动时都必须上网吗?
  3. 我阅读了Google Drive API的工作原理,因此如果互联网断开连接,Google Drive API是否有效?

1 个答案:

答案 0 :(得分:0)

是的,您应该有一个有效的互联网连接。