如何添加SD卡列表文件来设置元数据集的更改

时间:2016-09-21 15:12:54

标签: android google-drive-api

如何将SD卡文件列表添加到Google云端硬盘上的元数据集更改

1 个答案:

答案 0 :(得分:1)

首先,您需要从SD卡驱动器upload the files。之后,您可以从云端硬盘检索文件列表。

可以使用MetadataChangeSet将元数据设置为DriveFile。设置适当的值后,您应该调用[DriveResource.updateMetadata](https://developers.google.com/android/reference/com/google/android/gms/drive/DriveResource.html#updateMetadata(com.google.android.gms.common.api.GoogleApiClient,com.google.android.gms.drive.MetadataChangeSet))。有关它的更多信息,请访问the documentation