Plans for drive.appdata scope in android google dr

2019-04-08 23:40发布

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

1条回答
太酷不给撩
2楼-- · 2019-04-09 00:34

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

查看更多
登录 后发表回答