Android Drive GooglePlayServicesUtil﹕ The specified account could not be signed in
问题 I need to use the drive api to create a file with some content from my app, so I followed the "Getting Started" section from Drive api web page. So I enabled the api on my developer´s console, created an OAuth client id as it says. (Can I use the api if I haven´t paid the 2$5 yet?) On my settings activity on the onCreate method I'm doing: googleApiClient = new GoogleApiClient.Builder(this) .addApi(Drive.API) .addScope(Drive.SCOPE_FILE) .addConnectionCallbacks(this)