Delete / trash file from android using android.gms.drive

前端 未结 2 1947
梦毁少年i
梦毁少年i 2021-01-24 01:06

I need to delete files from Google Drive using com.google.android.gms.drive. From what I\'ve read here and across the web there is no support for file deletion in t

2条回答
  •  囚心锁ツ
    2021-01-24 01:28

    Delete is supported by the Google Drive Android API as of Google Play services 7.5 using the DriveResource.delete() method.

    Delete is permanent, and recommended only for App Folder content, where trash is not available.

提交回复
热议问题