我无法使用AppdataPreferences实现授权。我正在关注 Github 上的文档,但在我设置后它并没有请求用户许可。
GoogleAccountCredential credential =
GoogleAccountCredential.usingOAuth2(this, "https://www.googleapis.com/auth/drive.appdata");
credential.setSelectedAccountName(emailAddress);
有什么我想念的吗?