Plans for drive.appdata scope in android google drive API

巧了我就是萌 提交于 2019-12-06 03:36:16

问题


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:


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



来源:https://stackoverflow.com/questions/22185941/plans-for-drive-appdata-scope-in-android-google-drive-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!