无需添加帐户即可与Android.accounts.AccountManager连接Google云端硬盘?

时间:2015-07-05 13:14:39

标签: java android google-api google-drive-api

请告诉我是否有可能? 我将连接到谷歌驱动器,但我不想将帐户添加到Android帐户管理器。

        credential = GoogleAccountCredential.usingOAuth2(
            activity, Arrays.asList(SCOPES))
            .setBackOff(new ExponentialBackOff())
            .setSelectedAccountName(PREF_ACCOUNT_NAME);

它不起作用,因为我的帐户未添加到android.accounts.AccountManager。

我不想向用户显示应用程序所连接的帐户以及获取文件的位置。

由于

0 个答案:

没有答案