Hi,

As Jason already said, you better use the Documents List API.

If you *really* want to use the Drive SDK / API, your users will have to 
install an app from the Chrome(!!!) Web store to their account.
This app needs to do nothing, it only has to refer to the API project ID 
which you are using in Android.
You find this described in here: https://developers.google.com/drive/listing
And then your Android APP will only have access to files created by itself 
- other files it cannot read or modify.

As this is way too complicated for regular users, in most cases you are 
better of with using the Documents List API.
This is also more flexible in allowing you to read and write files in the 
Google Drive.

Regards,
Helmuth

On Wednesday, May 23, 2012 7:36:37 AM UTC+2, imran ali wrote:
>
>
> Hi,
> I have been trying to insert a file on google drive,I have followed 
> documents.
> but while to insert every time i am getting Exception.
> "*The authenticated user has not installed the app with client id 
> 442575845966-mde4be7eingpb5pntfs839jipsetro6s.apps.googleusercontent.com*"
>
> what is doing wrong? any guess?
>
> Note: I am trying from Android and my Drive API and Drive SKD both are on 
> for my Android project.
>
> Regards
> Imran Ali
>
>
>
> On Friday, May 18, 2012 6:37:29 PM UTC+5:30, JTeagle wrote:
>>
>> >So I am trying  Google Drive, but I did not found any suitable APIs or 
>> >example to implement. 
>> >I have gone through API documentation of Google Drive, but not able to 
>> >implement. 
>>
>> It seems you have to use the Document List API, as Drive is currently 
>> aimed 
>> at Chrome. 
>>
>> See: 
>>
>> http://stackoverflow.com/questions/10330053/google-drive-docs-api-for-android/10330497#10330497
>>  
>>
>> and: 
>> http://stackoverflow.com/questions/10306456/android-api-for-google-drive 
>>
>>
>>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to