Re: [android-developers] How to implement Google Drive in Android application?

2012-05-25 Thread Helmuth Breitenfellner
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

Re: [android-developers] How to implement Google Drive in Android application?

2012-05-22 Thread imran ali
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 wr

Re: [android-developers] How to implement Google Drive in Android application?

2012-05-18 Thread Jason Teagle
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/q

[android-developers] How to implement Google Drive in Android application?

2012-05-18 Thread imran ali
Hi All, Has any one implemented Google Drive in android project? In one of my application I have to keep some of audio files of application on Could to save phone/sdcard memory. So I am trying Google Drive, but I did not found any suitable APIs or example to implement. I have gone through API docu