Are there any samples to integrate Google Drive with Android? I’m now using Dropbox and their Android SDK is very easy to integrate. For Google Drive, I found the samples all for web apps not for Android. Can anyone share some Google Drive samples for Android? Thanks!
Are there any samples to integrate Google Drive with Android? I’m now using Dropbox
Share
1) The Android sample uses Google Play Services which I just realized still hasn’t launched.
2) While there is an Authorization scope for full drive access https://developers.google.com/drive/scopes#requesting_full_drive_scope_for_an_app but all of the Drive APIs appear to be web based and I don’t think a device OAuth token will work, especially with the warning on this page https://developers.google.com/drive/register:
A guess would be that they are planning for future device level SDK.