Google Drive Returning Error 400 In My Android App
I'm following all information about Drive v2 in developers.google.com in order to build a simple app in Android API 15 just to upload a txt file. After many hours spent in all arou
Solution 1:
You are passing the Client ID you got from the APIs Console to driveRequest.setKey, however that method is used to set an API Key and not the Client ID. Check the first answer to the other question you mentioned for more details.
Post a Comment for "Google Drive Returning Error 400 In My Android App"