Reputation: 85
I want to Use Google Drive in my application. I have tried that Demo Project from git- hub. I am getting Error of "Unknown Issue With Google play Service?".
It let me Select to choose Particular Account For Drive Use. But After That It gives me that error.
Upvotes: 0
Views: 1190
Reputation: 713
I am unsure why this is happening for the demo app, but for my own app that error was shown because the google drive android api had not been authorized. You could try creating your own project and use the demo project as a guide. Then, authorize your app by following the steps outlined here: https://developers.google.com/drive/android/auth
To add a client ID for your app, you need to have a project set up at https://code.google.com/apis/console/
You add the client id in the "Apis and Auth" section.
Upvotes: 2