Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Plans for drive.appdata scope in android google drive API

I want to use files in the special application data folder in new android application im developing (aka drive.appdata scope).

You guys at google did an excelent job in the new Google Drive Android API which is bundled with the Google Play Services 4.2.

But I found out that its not possible to use the appdata folder in the Android API, because there is only the scope drive.file. Now I have to use the generic java/web api in android for this.

There are plans to implement the drive.appdata scope in the android API ? When ?

Thanks in advance

like image 642
Fernando Avatar asked Oct 20 '22 13:10

Fernando


1 Answers

They are being added recently in Google Play Services 4.3

http://android-developers.blogspot.com/2014/03/google-play-services-43.html

Note: The Google Drive Android API currently only supports drive.file and drive.appdata authorization scopes. If your application requires additional permissions or features not yet available in the Drive Android API, you must use the Google APIs Java Client.

https://developers.google.com/drive/android/auth#connecting_and_authorizing_the_google_drive_android_api

like image 135
Cheok Yan Cheng Avatar answered Oct 23 '22 22:10

Cheok Yan Cheng