Data connection required to connect to Google Play Services

I have used GoogleApiClient in my activity to upload files to disk. Initialized GoogleApiClient and connect to onCreate of Activity and then disable onDestroy f Activity. When I start the activity, the dialog box "Network Error: Data Connection Required to Connect to Google Play Services."

  • Do I need an internet connection to connect GoogleApiClient?
  • So the internet needs every time I launch my activity?
  • I was reading the Google Drive API, so if the Internet is disabled, will the Google Drive API work or not?
+3


source to share


1 answer


Yes, you must have an active internet connection.



0


source







All Articles