我是Google API的新手。通过遵循官方的Google API示例(https://developers.google.com/android/guides/api-client?authuser=0),我尝试创建一个DriveResourceClient对象以将我的应用程序与Google云端硬盘连接。不幸的是,我发现DriveResourceClient已被弃用。我想知道我正在阅读的官方指南是否为最新版本。如果没有,我可以依靠任何最新的Google API指南吗?我当前正在阅读的指南的最新更新时间为2019年3月13日。
谢谢。
GoogleSignInAccount account = GoogleSignIn.getLastSignedInAccount(this);
// Get the app's Drive folder
DriveResourceClient client = Drive.getDriveResourceClient(this,account);
client.getAppFolder().addOnCompleteListener(this, new OnCompleteListener<DriveFolder>() {
@Override
public void onComplete(@NonNull Task<DriveFolder>() {
// ...
}
});
答案 0 :(得分:0)
签出this 这是Drive REST API。
答案 1 :(得分:0)
通过链接下载:https://github.com/gsuitedevs/android-samples.git
打开项目“弃用”。该示例将帮助SAF访问帐户并下载文件。如果您在开发者控制台中收到了应用程序凭据:https://console.cloud.google.com